taskgroup
Advanced tools
Comparing version 3.3.7 to 3.3.8
@@ -160,5 +160,9 @@ // Generated by CoffeeScript 1.7.1 | ||
fire = function() { | ||
var err; | ||
var err, _ref1; | ||
try { | ||
return ambi.apply(null, [me.config.method.bind(me)].concat(__slice.call(args))); | ||
if ((_ref1 = me.config.method) != null ? _ref1.bind : void 0) { | ||
return ambi.apply(null, [me.config.method.bind(me)].concat(__slice.call(args))); | ||
} else { | ||
throw new Error("The task " + me.config.name + " was fired but has no method to fire"); | ||
} | ||
} catch (_error) { | ||
@@ -165,0 +169,0 @@ err = _error; |
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "3.3.7", | ||
"version": "3.3.8", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -54,5 +54,5 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"coffee-script": "~1.7.1", | ||
"joe": "~1.3.0", | ||
"joe": "~1.3.2", | ||
"joe-reporter-console": "~1.2.1", | ||
"chai": "~1.8.1", | ||
"chai": "~1.9.0", | ||
"projectz": "~0.3.9" | ||
@@ -59,0 +59,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
27631
629