-
Notifications
You must be signed in to change notification settings - Fork 653
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
stuck when xpcall #464
Comments
As fare as I see there are currently zero arguments passed to function in dofile() And this reads from stdin. I do not know why I can not stop reading with ctrl+d (Linux) but you can see it reads from stdin if you enter for example I tried to fix the problem with attached pull request. Might create a merge conflict if another commit is merged which adds to |
This issue is a duplicate of #454. |
thats true, stdin.
Super! 🚀 |
init.lua
first.lua
always stuck until ^C to interrupt it.
run.go
init.lua
first.lua
The text was updated successfully, but these errors were encountered: