Comparing version 2.1.0 to 2.1.1
@@ -12,3 +12,3 @@ { | ||
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"dependencies": { | ||
@@ -15,0 +15,0 @@ "backoff": "^2.4.0", |
@@ -43,3 +43,3 @@ "use strict"; | ||
if (self._clientId) { | ||
conn.socket.setClientId(id); | ||
conn.socket.setClientId(self._clientId); | ||
} | ||
@@ -137,3 +137,5 @@ for (var func in self._workers) { | ||
return handler(task); | ||
}); | ||
}).catch(function(exception) { | ||
task.error(exception); | ||
}) | ||
}); | ||
@@ -140,0 +142,0 @@ } |
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
2589
125661
41