Skip to content

Commit

Permalink
Fix saveUninitialized deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 29, 2014
1 parent a422708 commit 5aeb2c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==========

* Fix saveUninitialized deprecation message

1.6.0 / 2014-06-28
==================

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function session(options){
}

if (saveUninitializedSession === undefined) {
deprecate('pass resave saveUninitialized; default value will change');
deprecate('pass saveUninitialized option; default value will change');
saveUninitializedSession = true;
}

Expand Down

0 comments on commit 5aeb2c6

Please sign in to comment.