continuation-local-storage
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -11,3 +11,3 @@ 'use strict'; | ||
function Namespace (name) { | ||
function Namespace(name) { | ||
this.name = name; | ||
@@ -190,3 +190,3 @@ // every namespace has a default / "global" context | ||
after : function (context, domain) { namespace.exit(domain); }, | ||
error : function (domain) { namespace.exit(domain); } | ||
error : function (domain) { if (domain) namespace.exit(domain); } | ||
} | ||
@@ -193,0 +193,0 @@ ); |
{ | ||
"name": "continuation-local-storage", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "userland implementation of https://github.com/joyent/node/issues/5243", | ||
@@ -34,3 +34,3 @@ "main": "context.js", | ||
"optionalDependencies": { | ||
"async-listener": ">=0.2.2" | ||
"async-listener": "=0.3.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78255
21
1879