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: do not panic when fetching invalid file url on Windows #27259

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Dec 6, 2024

I tried adding a test, but it's not possible due to a debug assertion in the url crate (servo/rust-url#505)

Closes #27258

@dsherret dsherret enabled auto-merge (squash) December 6, 2024 17:00
@dsherret dsherret merged commit 9fe52b1 into denoland:main Dec 6, 2024
17 checks passed
bartlomieju pushed a commit that referenced this pull request Dec 11, 2024
I tried adding a test, but it's not possible due to a debug assertion in
the url crate (servo/rust-url#505)

Closes #27258
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.

fetch trying to read local file gives Deno Panic
2 participants