Comparing version 1.0.6 to 1.0.7
@@ -61,7 +61,5 @@ import Q from 'q'; | ||
function asyncify (fn, ...args) { | ||
fn.call(null, ...args).then(() => {}, (err) => { | ||
console.error(err.stack); | ||
}); | ||
fn.call(null, ...args).then((err) => { console.error(err.stack); }, () => {}); | ||
} | ||
export { sleep, retry, nodeify, nodeifyAll, retryInterval, asyncify }; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "jlipps@gmail.com", | ||
@@ -12,0 +12,0 @@ "licenses": [ |
Sorry, the diff of this file is not supported yet
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
351788
995