We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49b3bf commit fdb46d3Copy full SHA for fdb46d3
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