What version of Bun is running?
1.3.7-canary.121+6130aa816
What platform is your computer?
Darwin 25.1.0 arm64 arm
What steps can reproduce the bug?
console.log('\n' + prompt())
or
for await (const line of console) {
console.log('\n' + line)
}
- run
bun stdin.ts in your terminal
- paste 1024 bytes of some text from clipboard
What is the expected behavior?
continues script execution
What do you see instead?
freezes
Additional information
No response