aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/spawn-streaming-stdout-repro.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/spawn-streaming-stdout-repro.js')
-rw-r--r--test/bun.js/spawn-streaming-stdout-repro.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bun.js/spawn-streaming-stdout-repro.js b/test/bun.js/spawn-streaming-stdout-repro.js
new file mode 100644
index 000000000..7279574bf
--- /dev/null
+++ b/test/bun.js/spawn-streaming-stdout-repro.js
@@ -0,0 +1,3 @@
+setInterval(() => {
+ console.log("Wrote to stdout");
+}, 20);