default session should be persistent
This commit is contained in:
parent
658accab94
commit
053c77d6f4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ exports.fromPartition = (partition='') ->
|
|||
# Returns the default session.
|
||||
Object.defineProperty exports, 'defaultSession',
|
||||
enumerable: true
|
||||
get: -> exports.fromPartition ''
|
||||
get: -> exports.fromPartition 'persist:'
|
||||
|
||||
wrapSession = (session) ->
|
||||
# session is an EventEmitter.
|
||||
|
|
Loading…
Reference in a new issue