promise-thunk
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "promise-thunk", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Promise and thunk", | ||
@@ -5,0 +5,0 @@ "main": "promise-thunk.js", |
@@ -238,2 +238,3 @@ // promise-thunk.js | ||
if (this.$state === STATE_REJECTED && !this.$handled) { | ||
console.info(COLOR_OK + this + COLOR_NORMAL); | ||
console.error(COLOR_ERROR + 'Unhandled rejection ' + err2str($args[ARGS_ERR]) + COLOR_NORMAL); | ||
@@ -240,0 +241,0 @@ // or throw $args[0]; |
@@ -14,2 +14,5 @@ [promise-thunk](https://www.npmjs.org/package/promise-thunk) - npm | ||
[![NPM](https://nodei.co/npm/promise-thunk.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/promise-thunk/) | ||
[![NPM](https://nodei.co/npm-dl/promise-thunk.png?height=2)](https://nodei.co/npm/promise-thunk/) | ||
for node.js or io.js | ||
@@ -16,0 +19,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
20441
402
289