Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit b7c04fe

Browse files
committed
fix: Forgot to call exit()
1 parent b3491c5 commit b7c04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/bin/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ abstract class Dict {
303303
throw new RangeError('Command cannot be empty')
304304
}
305305

306-
app.runScript(command, ...suffix)
306+
app.runScript(command, ...suffix).exit()
307307
},
308308
)
309309

0 commit comments

Comments
 (0)