mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
oops
This commit is contained in:
3
test/js/node/process/process-sleep.js
Normal file
3
test/js/node/process/process-sleep.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const args = process.argv.slice(2);
|
||||
const timeout = parseInt(args[0] || "0", 1);
|
||||
Bun.sleepSync(timeout * 1000);
|
||||
Reference in New Issue
Block a user