Closed Mustafif closed 9 months ago
I am currently running windows on my laptop, and trying system.repl causes hang, but running with pre.repl works fine. This function works fine on Linux, so I'm assuming its some issue with how stdin reads from Windows.
system.repl
pre.repl
stdin
I am currently running windows on my laptop, and trying
system.repl
causes hang, but running withpre.repl
works fine. This function works fine on Linux, so I'm assuming its some issue with howstdin
reads from Windows.