Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: fix wasm module pauses for Node (#2117)
Node has a bug where it doesn't report execution contexts properly. We 'backfill' them if we see a script parsed in an unknown execution context, but we didn't handle that in the same way and so didn't set the WASM module pause in the backfilled contexts. Closes microsoft/vscode#230875
- Loading branch information