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(cli/installer): percent decode name #21392

Merged
merged 4 commits into from
Dec 2, 2023

Conversation

crowlKats
Copy link
Member

Fixes #6408.
This is what the url crate partially does behind the scenes.

cli/tools/installer.rs Outdated Show resolved Hide resolved
cli/tools/installer.rs Outdated Show resolved Hide resolved
crowlKats and others added 2 commits December 2, 2023 06:00
Co-authored-by: Divy Srivastava <[email protected]>
Signed-off-by: Leo Kettmeir <[email protected]>
@crowlKats crowlKats merged commit 61a4e88 into denoland:main Dec 2, 2023
14 checks passed
@crowlKats crowlKats deleted the install-percent-decode-name branch December 2, 2023 13:33
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.

deno install xxx.ts will replace blank spaces in folder names with "%20" which won't run on Windows 10
2 participants