Skip to content
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

fix: cannot read createScope of undefined #1644

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Conversation

connor4312
Copy link
Member

This was a race that was exposed because we were waiting for scripts in the stacktrace to come in. Turns in Node.js doesn't emit Runtime.executionContextCreated for its first context.

Refs nodejs/node#47438

Fixes #1643

This was a race that was exposed because we were waiting for scripts in the stacktrace to come in. Turns in Node.js doesn't emit `Runtime.executionContextCreated` for its first context.

Refs nodejs/node#47438

Fixes #1643
@connor4312 connor4312 enabled auto-merge (squash) April 5, 2023 23:30
@VSCodeTriageBot VSCodeTriageBot added this to the April 2023 milestone Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error processing scopes: TypeError: cannot read properties of undefined (reading createScope )
3 participants