Skip to content

Commit

Permalink
https://github.com/visionmedia/debug/pull/504
Browse files Browse the repository at this point in the history
  • Loading branch information
sodawy committed Jan 6, 2018
1 parent a228f9b commit 7627347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/context.js
Expand Up @@ -113,7 +113,7 @@ class ContextSession {
} catch (err) {
// backwards compatibility:
// create a new session if parsing fails.
// `Buffer.alloc(size, string, 'base64')` does not seem to crash
// Buffer.alloc(size, string, 'base64') does not seem to crash
// when `string` is not base64-encoded.
// but `JSON.parse(string)` will crash.
debug('decode %j error: %s', cookie, err);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {
"crc": "^3.4.4",
"debug": "^2.2.0",
"debug": "^2.6.9",
"is-type-of": "^1.0.0",
"uid-safe": "^2.1.3"
},
Expand Down

0 comments on commit 7627347

Please sign in to comment.