Comparing version 4.2.3 to 4.2.4
@@ -37,4 +37,6 @@ 'use strict'; | ||
finally(h) { | ||
function fin() { return h(); } | ||
return this.then(fin, fin); | ||
return this.then( | ||
value => { h(); return value; }, | ||
error => { h(); throw error; } | ||
); | ||
} | ||
@@ -41,0 +43,0 @@ |
{ | ||
"name": "promish", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "ES6 Promise Shim", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
8683
226