Skip to content
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

"Aborted" error on any code. #19

Open
katk0smos opened this issue Mar 5, 2018 · 1 comment
Open

"Aborted" error on any code. #19

katk0smos opened this issue Mar 5, 2018 · 1 comment

Comments

@katk0smos
Copy link

I'm running this on an Arch linux chroot environment on Termux. I had to compile Async myself due to implicit fallthrough errors. Any and all code I try to run that uses this library errors out.

app = require('waffle')

app.get('/', function(req, res)
   res.send('Hello World!')
end)

app.listen()
[19:12 torch-site ]$ th server.lua
Listening on 127.0.0.1:8080
Aborted
@katk0smos
Copy link
Author

Seems to be an issue with app.listen. It only errors out if that is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant