waffle icon indicating copy to clipboard operation
waffle copied to clipboard

"Aborted" error on any code.

Open katk0smos opened this issue 7 years ago • 1 comments

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 avatar Mar 05 '18 19:03 katk0smos

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

katk0smos avatar Mar 05 '18 19:03 katk0smos