-
Notifications
You must be signed in to change notification settings - Fork 12
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
After creating connection all error messages are no longer outputed #46
Comments
@supertiger1234 are you able to run a set/get request against the Redis store? |
Yes it is. and I found out, removing this line from redis-connection fixed the problem. Can you please fix it
|
@supertiger1234 this is due to Node.js' single thread nature all errors "bubble" up to this point. |
Well, user errors could occur and when they do, How can I know how to fix em? This IS something to fix. |
@supertiger1234 the point is that user errors generated in your application If your application code is not "catching" errors before this The user errors are not the fault of the Thank You 🦄 🌈 ✨ |
Thanks for your reply but just to let you know, no other npm package has ever done this but okay, thanks I gusss |
@supertiger1234, Trust me, I feel your frustration. 😞 If you ever want to turn your opinion into a fact by using Exception/Error Handling is one of the biggest reasons why I no longer write Node.js Code. 🚫 |
After initializing
the server no long outputs any errors
The text was updated successfully, but these errors were encountered: