-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
return connection.query(sql); |
If you have an error in this Promise, you will see this message " UnhandledPromiseRejection" which means you are dealing with async code, that promise is rejected but you don't handle the Rejection.
I suppose you forget add.catch
here, and you should do it to know where is the error happened
Metadata
Metadata
Assignees
Labels
No labels