Comparing version 3.0.1 to 3.0.2
@@ -328,2 +328,6 @@ var abbott = require('abbott'); | ||
if(isRighto(complete)){ | ||
throw new Error('righto instance passed into a righto instance instead of a callback'); | ||
} | ||
if(typeof complete !== 'function'){ | ||
@@ -366,2 +370,6 @@ throw new Error('Callback must be a function'); | ||
if(isRighto(fn) && args.length > 0){ | ||
throw new Error('Righto task passed as target task to righto()'); | ||
} | ||
var resolverContext = { | ||
@@ -368,0 +376,0 @@ fn: fn, |
{ | ||
"name": "righto", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
67051
1729