diff options
Diffstat (limited to 'cli/js/runtime_main.ts')
-rw-r--r-- | cli/js/runtime_main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/runtime_main.ts b/cli/js/runtime_main.ts index 0c579626b..2983fd47f 100644 --- a/cli/js/runtime_main.ts +++ b/cli/js/runtime_main.ts @@ -48,7 +48,7 @@ function windowClose(): void { // This should be fine, since only Window/MainWorker has .close() exit(0); }, - 0 + 0, ) ); } |