We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afade5 commit 52504feCopy full SHA for 52504fe
src/node/main.ts
@@ -54,6 +54,7 @@ export const runCodeCli = async (args: DefaultedArgs): Promise<void> => {
54
await spawnCli(await toCodeArgs(args))
55
} catch (error: any) {
56
logger.error("Got error from Code", error)
57
+ process.exit(1)
58
}
59
60
process.exit(0)
0 commit comments