-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
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
ts-node -i repl do not fflush stdout #1013
Comments
@wsdjeg Can you briefly describe what you're trying to do? The REPL is written to stdout here: Lines 407 to 408 in 2a0f1f3
Lines 343 to 345 in 2a0f1f3
|
what is |
@wsdjeg it's an option passed to |
EDIT disregard this comment, I think I'm wrong about this. (previous comment is still accurate) |
thanks |
hello, and thanks for working for this project, and I just want to add typescript repl support in SpaceVim
the code runner works well now, but the repl do not work in my plugin, as the
ts-node -i
do not fflush the sdtout buffer until we send (os/exit).The text was updated successfully, but these errors were encountered: