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
fix(compile): init dummy stdin after debug env is initialized (#29144)
This should be the last change to fix#27730 and
#21091
The dummy stdin needed when using `--no-terminal` instantly closes, but
closing can't be done until the debug environment is initialized.
This PR delays creation (and closing) of the stdin until after the debug
environment is initialized.
Co-authored-by: Divy Srivastava <[email protected]>
0 commit comments