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): fix argv[1] in Worker #20305

Merged
merged 2 commits into from Aug 29, 2023
Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Aug 28, 2023

closes #18305

This PR fixes process.argv[1] in Worker context.

@kt3k kt3k merged commit fb7092f into denoland:main Aug 29, 2023
13 checks passed
@kt3k kt3k deleted the fix-argv-1-in-worker branch August 29, 2023 03:18
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: Deno.mainModule is not available in worker context, making "process.argv" throw
2 participants