Comparing version 0.0.8 to 0.0.9
@@ -82,3 +82,8 @@ "use strict"; | ||
console.log("Running Script"); | ||
script.runInNewContext(context); | ||
try { | ||
script.runInNewContext(context); | ||
} catch (e) { | ||
console.log(e.toString()); | ||
} | ||
return _context.abrupt("return", results); | ||
@@ -85,0 +90,0 @@ |
{ | ||
"name": "danger", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Automate your culture", | ||
@@ -5,0 +5,0 @@ "main": "distribution/danger.js", |
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
382986
5024