Skip to content

Commit 85c139a

Browse files
stelcheckblakeembrey
authored andcommitted
Remove forced exit on inline evals (#477)
1 parent d4a1c94 commit 85c139a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/_bin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ function evalAndExit (code: string, isPrinted: boolean) {
217217
if (isPrinted) {
218218
console.log(typeof result === 'string' ? result : inspect(result))
219219
}
220-
221-
process.exit(0)
222220
}
223221

224222
/**

0 commit comments

Comments
 (0)