-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: improve error handling no ddp-streamer #36105
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
Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 0834cea The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #36105 +/- ##
===========================================
+ Coverage 64.77% 64.78% +0.01%
===========================================
Files 3153 3153
Lines 104861 104861
Branches 19976 19976
===========================================
+ Hits 67920 67932 +12
+ Misses 34254 34243 -11
+ Partials 2687 2686 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
ggazzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about adding a global handler as we do for the main process?
122e857 to
0834cea
Compare
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
|
/patch |
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
|
Pull request #36323 added to Project: "Patch 7.7.2" |
| } | ||
| }); | ||
|
|
||
| process.on('uncaughtException', async (error) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the async here? 🤔
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
https://rocketchat.atlassian.net/browse/ARCH-1693
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments