Comparing version 1.1.0 to 1.1.1
@@ -93,7 +93,7 @@ 'use strict'; | ||
var client = yield this.connection(); | ||
try { | ||
var client = yield this.connection(); | ||
this.debug('Reserving job, timeout: ' + RESERVE_TIMEOUT); | ||
this.debug('Reserving job, timeout: ' + RESERVE_TIMEOUT); | ||
try { | ||
var _ref = yield client.reserveWithTimeout(RESERVE_TIMEOUT); | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "burstable", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Simple and powerful task queue for Node.js on top of Beanstalkd", | ||
@@ -5,0 +5,0 @@ "main": "lib/burstable.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
68192