diff --git a/packages/cli/src/utils/processUtils.ts b/packages/cli/src/utils/processUtils.ts index 7d3f1bcbf9..1122a2b0dc 100644 --- a/packages/cli/src/utils/processUtils.ts +++ b/packages/cli/src/utils/processUtils.ts @@ -9,7 +9,7 @@ import { runExitCleanup } from './cleanup.js'; /** * Exit code used to signal that the CLI should be relaunched. */ -export const RELAUNCH_EXIT_CODE = 42; +export const RELAUNCH_EXIT_CODE = 199; /** * Exits the process with a special code to signal that the parent process should relaunch it.