@zuplo/cli
Advanced tools
Comparing version 1.66.0 to 1.67.0
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a3130374-8b31-5e03-a50a-d2b87bc6e6f3")}catch(e){}}(); | ||
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5c52635e-d321-5a9c-8f94-d26b5d1b38fd")}catch(e){}}(); | ||
import * as dotenv from "dotenv"; | ||
@@ -23,3 +23,3 @@ dotenv.config(); | ||
import variable from "./cmds/variable/index.js"; | ||
import { MAX_WAIT_PENDING_TIME_MS, SENTRY_DSN } from "./common/constants.js"; | ||
import { SENTRY_DSN } from "./common/constants.js"; | ||
import { logger } from "./common/logger.js"; | ||
@@ -59,5 +59,2 @@ import { printCriticalFailureToConsoleAndExit } from "./common/output.js"; | ||
.help().argv; | ||
Sentry.close(MAX_WAIT_PENDING_TIME_MS).then(() => { | ||
process.exit(0); | ||
}); | ||
} | ||
@@ -70,2 +67,2 @@ else { | ||
//# sourceMappingURL=cli.js.map | ||
//# debugId=a3130374-8b31-5e03-a50a-d2b87bc6e6f3 | ||
//# debugId=5c52635e-d321-5a9c-8f94-d26b5d1b38fd |
{ | ||
"name": "@zuplo/cli", | ||
"version": "1.66.0", | ||
"version": "1.67.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/zuplo/cli", |
879033
5936