Comparing version 3.0.1 to 3.0.2
@@ -216,8 +216,4 @@ 'use strict'; | ||
} catch (err) { | ||
if (err.code === 'MODULE_NOT_FOUND') { | ||
console.error('\n%s(1) does not exist, try --help\n', binName) | ||
process.exit(1) | ||
} else { | ||
throw err | ||
} | ||
console.error('\n%s(1) does not exist, try --help\n', binName) | ||
throw err | ||
} | ||
@@ -224,0 +220,0 @@ } |
{ | ||
"name": "cac", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Command & Conquer, the command-line queen.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
12123
242