diff options
Diffstat (limited to 'test/bun.js/print-process-args.js')
-rw-r--r-- | test/bun.js/print-process-args.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/bun.js/print-process-args.js b/test/bun.js/print-process-args.js deleted file mode 100644 index 0ab238122..000000000 --- a/test/bun.js/print-process-args.js +++ /dev/null @@ -1,4 +0,0 @@ -var writer = Bun.stdout.writer(); -writer.write(JSON.stringify(process.argv)); -await writer.flush(true); -process.exit(0); |