We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.16+800fb1290
Darwin 23.2.0 arm64 arm
When trying to read user input or display an alert, the repl freezes. This only occurs in the Bun repl and not when reading from a JS file.
$ bun repl Welcome to Bun v1.0.16 > alert("hello, world!") Hello world! [Enter] *repl freezes*
The alert or confirmation is displayed, and when enter is pressed, returns back to the repl prompt.
The repl becomes unresponsive and the process or terminal has to be ended.
This only occurs on the repl, and only with alert() or confirm(), not prompt().
alert()
confirm()
prompt()
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.0.16+800fb1290
What platform is your computer?
Darwin 23.2.0 arm64 arm
What steps can reproduce the bug?
When trying to read user input or display an alert, the repl freezes. This only occurs in the Bun repl and not when reading from a JS file.
What is the expected behavior?
The alert or confirmation is displayed, and when enter is pressed, returns back to the repl prompt.
What do you see instead?
The repl becomes unresponsive and the process or terminal has to be ended.
Additional information
This only occurs on the repl, and only with
alert()
orconfirm()
, notprompt()
.The text was updated successfully, but these errors were encountered: