Is this logging appropriate? #383
Unanswered
jesseduffield
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should check out this PR: socketry/async-await#10, basically add
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing some warnings in my tests about tasks that 'may have ended with unhandled exception.'
I can't tell if this is async being overly cautious, or if I'm actually doing something wrong. As far as I can tell, this code is correct:
Code:
Spec:
Test output:
So my question is: should I just disable these noisy logs, or do they necessarily point to actual problems in my code? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions