@zuplo/cli
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -58,5 +58,5 @@ import chalk from "chalk"; | ||
logger.error({ status: whoAmIResponse.status, statusText: whoAmIResponse.statusText }, "Failed to determine who-am-i"); | ||
process.exit(); | ||
process.exit(1); | ||
} | ||
} | ||
//# sourceMappingURL=handler.js.map |
{ | ||
"name": "@zuplo/cli", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/zuplo/cli", |
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
22443