Comparing version 2.0.0 to 2.0.1
@@ -160,3 +160,3 @@ var cluster = require('cluster'), | ||
if (this._ready) { | ||
throw new LusterWorkerError(LusterWorkerError.ALREADY_READY); | ||
throw new LusterWorkerError(LusterWorkerError.CODES.ALREADY_READY); | ||
} | ||
@@ -163,0 +163,0 @@ |
{ | ||
"name": "luster", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Node.js cluster wrapper", | ||
@@ -5,0 +5,0 @@ "main": "./lib/luster.js", |
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
85221