aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/print-process-args.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/print-process-args.js')
-rw-r--r--test/bun.js/print-process-args.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bun.js/print-process-args.js b/test/bun.js/print-process-args.js
index 3d4540053..0ab238122 100644
--- a/test/bun.js/print-process-args.js
+++ b/test/bun.js/print-process-args.js
@@ -1,4 +1,4 @@
-var writer = Bun.stdout.writer()
+var writer = Bun.stdout.writer();
writer.write(JSON.stringify(process.argv));
await writer.flush(true);
-process.exit(0); \ No newline at end of file
+process.exit(0);