nscale-util
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -51,5 +51,8 @@ /* | ||
proc.on('close', function (code) { | ||
var err; | ||
if (code !== 0) { | ||
out.stderr(code); | ||
cb({code: code, msg: errmsg}, targetPath, cmd); | ||
err = new Error('command failed') | ||
err.cmd = cmd; | ||
err.code = code; | ||
cb(err, targetPath, cmd); | ||
} | ||
@@ -56,0 +59,0 @@ else { |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "Artistic License 2.0", | ||
@@ -13,0 +13,0 @@ "author": "Peter Elger (http://nearform.com/)", |
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
50611
1016