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
In REPL, something like
> setTimeout(() => console.log(1), 1);
never fires
The text was updated successfully, but these errors were encountered:
This is known/caused by the change from readline to being sync. @ry
Note: It would be good to test this once fixed.
Edit: I think a reasonable way to do that test is pass an optional kwarg to sleep between each input line.
deno/tools/repl_test.py
Lines 15 to 16 in 34b6b86
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In REPL, something like
never fires
The text was updated successfully, but these errors were encountered: