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
Hi! Thanks for writing this, it's just what I needed!
There's just one issue I found...
Running this code:
awaitfor (var line in repl.runAsync()) {
print("you typed $line");
break;
}
print("Bye");
When I type something, I would expect it to exit immediatelly after I hit Enter, but it doesn't, it prints the prompt again, then the next time I hit Enter it finally exits.
Would be nice if it could break first time.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for writing this, it's just what I needed!
There's just one issue I found...
Running this code:
When I type something, I would expect it to exit immediatelly after I hit Enter, but it doesn't, it prints the prompt again, then the next time I hit Enter it finally exits.
Would be nice if it could break first time.
Thanks!
The text was updated successfully, but these errors were encountered: