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(windows): Deno.Command - align binary resolution with linux and mac #25429

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Sep 4, 2024

Updates windows to resolve the binary from the cwd and based on the provided PATH env var.

This was done in #25370 , but this PR adds a test. Categorizing this as "fix" so it shows up in the release notes.

Closes #25171

@dsherret dsherret enabled auto-merge (squash) September 4, 2024 13:25
@dsherret dsherret merged commit 5400f1a into denoland:main Sep 4, 2024
17 checks passed
@dsherret dsherret deleted the fix_resolve_command_cwd_and_path branch September 4, 2024 15:29
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.

Windows platform Deno.command cwd does not take effect
2 participants