waffle
waffle copied to clipboard
"Aborted" error on any code.
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
Seems to be an issue with app.listen. It only errors out if that is present.