Comparing version 1.1.8 to 1.1.9
@@ -30,3 +30,3 @@ // Generated by CoffeeScript 1.10.0 | ||
} | ||
if (!((error != null) || status !== 0)) { | ||
if ((error == null) && status !== 0) { | ||
error = new Error("Command failed, '" + cmd + "' exited with status " + status); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "executive", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Elegant command execution.", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
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
17414