@wry/context
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -110,5 +110,4 @@ var currentContext = null; | ||
function pump(valueToSend) { | ||
var result; | ||
try { | ||
result = next.call(gen, valueToSend); | ||
var result = next.call(gen, valueToSend); | ||
} | ||
@@ -115,0 +114,0 @@ catch (error) { |
@@ -114,5 +114,4 @@ 'use strict'; | ||
function pump(valueToSend) { | ||
var result; | ||
try { | ||
result = next.call(gen, valueToSend); | ||
var result = next.call(gen, valueToSend); | ||
} | ||
@@ -119,0 +118,0 @@ catch (error) { |
{ | ||
"name": "@wry/context", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -31,3 +31,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
}, | ||
"gitHead": "05c2764d83f2655925e806649b10e9d013f7215b" | ||
"gitHead": "704d10be24c3468c625257312a18a54c0d09d5a9" | ||
} |
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
16844
330