Fix unhandled ERR_IPC_CHANNEL_CLOSED and a deadlock#11144
Fix unhandled ERR_IPC_CHANNEL_CLOSED and a deadlock#11144SimenB merged 1 commit intojestjs:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11144 +/- ##
==========================================
+ Coverage 64.18% 64.20% +0.01%
==========================================
Files 307 307
Lines 13370 13370
Branches 3262 3262
==========================================
+ Hits 8582 8584 +2
+ Misses 4083 4082 -1
+ Partials 705 704 -1
Continue to review full report at Codecov.
|
| @@ -205,6 +205,7 @@ export default class ChildProcessWorker implements WorkerInterface { | |||
| private _onExit(exitCode: number) { | |||
There was a problem hiding this comment.
| private _onExit(exitCode: number) { | |
| private _onExit(exitCode: number | null) { |
SimenB
left a comment
There was a problem hiding this comment.
changelog entry and Tim's type suggestion and I think we're good to go 🙂
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The detailed description is at #11143.
Fixes #11143