@contrast/scopes
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -118,4 +118,8 @@ /* | ||
} | ||
// we bind the initial context of the function to be available inside ours | ||
args[idx] = wrap(args[idx].bind(obj)); | ||
if (args[idx].name === 'finallyHandler') { | ||
args[idx] = wrap(args[idx]); | ||
} else { | ||
// we bind the initial context of the function to be available inside ours | ||
args[idx] = wrap(args[idx].bind(obj)); | ||
} | ||
} | ||
@@ -122,0 +126,0 @@ } catch (err) { |
{ | ||
"name": "@contrast/scopes", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
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
29679
762