@vercel/fun
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,3 +33,6 @@ "use strict"; | ||
}); | ||
fn.apply(this, args); | ||
const r = fn.apply(this, args); | ||
if (typeof r !== 'undefined') { | ||
resolve(r); | ||
} | ||
}); | ||
@@ -36,0 +39,0 @@ }; |
{ | ||
"name": "@vercel/fun", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Local Lambda development environment", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index", |
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
156376
1816