You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash
sleep 1 # to reproducing bugs
stty -a # show stty settings# run any js script at background
node -e 'await new Promise(resolve => setTimeout(resolve, 10000))'&
stty -a # show stty settings again# may changed from `echo` to `-echo`# stty echo # turn on echo
How often does it reproduce? Is there a required condition?
It's a big probability, causing shell terminal to lose display.
What is the expected behavior? Why is that the expected behavior?
nothing
What do you see instead?
shell terminal losing it's display back.
Additional information
stty echo can fix it. But isn't this a bug?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version
v22.14.0
Platform
Subsystem
No response
What steps will reproduce the bug?
A shell script run on WSL Ubuntu:
How often does it reproduce? Is there a required condition?
It's a big probability, causing shell terminal to lose display.
What is the expected behavior? Why is that the expected behavior?
nothing
What do you see instead?
shell terminal losing it's display back.
Additional information
stty echo
can fix it. But isn't this a bug?The text was updated successfully, but these errors were encountered: