node-run-middleware
node-run-middleware copied to clipboard
.end() Doesn't work
If you do something like res.status(200).set('Content-Type', 'text/plain').send('Done!').end(); it doesn't work as .send() doesn't return anything inside the middleware
I guess it doesn't matter too much since I assume calling .end() isn't needed
If you wish the create a fix, I will review and merge it.