How do I debug this?
#3985
-
I'm on Nodejs. I have this code:
Naturally it doesn't connect, but that is not shown anywhere! No exception is thrown, how do I know why this didn't connect? The following methods, one by one, did not work:
|
Beta Was this translation helpful? Give feedback.
Answered by
tgbv
Jun 23, 2021
Replies: 1 comment
-
Sorted out. Turns out |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tgbv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorted out. Turns out
process.env.DEBUG="*"
must be placed above everything to work.