colyseus / uWebSockets-express

Express API compatibility layer for uWebSockets.js
https://npmjs.com/package/uwebsockets-express
MIT License
56 stars 13 forks source link

Fix unnecessary logging when calling sendFile #14

Closed xrnss closed 2 years ago

xrnss commented 2 years ago

The code basically says: if (error) return log(error) else log(error) which results in image

This change should fix this confusing and unnecessary error logging

endel commented 2 years ago

Thank you @xrnss 🎉

xrnss commented 2 years ago

Is there anything else I can do to contribute to this library? This project was a complete life saver for me when I had to run an express nodejs server and websocket server over a single port! Thanks for everything you've done :)