Skip to content

Commit

Permalink
fix: race when stopping on node-internals exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Feb 26, 2024
1 parent 07aa257 commit 13a9b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/threads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ export class Thread implements IVariableStoreLocationProvider {
// and an instrumentation pause in step out should not be possible.
if (expectedPauseReason.direction === StepDirection.In) {
// no-op
debugger;
} else {
return this._cdp.Debugger.resume({});
}
Expand Down

0 comments on commit 13a9b57

Please sign in to comment.