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(ext/node): don't rely on Deno.env to read NODE_DEBUG #23694

Merged
merged 3 commits into from May 5, 2024

Conversation

satyarohith
Copy link
Member

@satyarohith satyarohith commented May 4, 2024

This patch allows implementors to use ext/node without
the need to implement Deno.env API.

closes #23687

This patch allows implementors to use ext/node without
the need to implement Deno.env API.
@satyarohith satyarohith enabled auto-merge (squash) May 4, 2024 18:38
runtime/js/99_main.js Outdated Show resolved Hide resolved
@satyarohith satyarohith changed the title fix(ext/node): don't rely on Deno.env API in bootstrapNode fix(ext/node): don't rely on Deno.env to read NODE_DEBUG May 5, 2024
@satyarohith satyarohith disabled auto-merge May 5, 2024 07:11
@satyarohith satyarohith enabled auto-merge (squash) May 5, 2024 07:11
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@satyarohith satyarohith merged commit b2628e4 into denoland:main May 5, 2024
17 checks passed
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.

NODE_DEBUG env var should be handled internally
2 participants