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

Don't try to force custom URL schemes to file paths in the Node API #1434

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Aug 10, 2021

When an error occurred in a stylesheet loaded by a custom importer
with a custom URL scheme, the Node error wrapper tried to convert that
URL into a path and ended up crashing.

Closes #1138

When an error occurred in a stylesheet loaded by a custom importer
with a custom URL scheme, the Node error wrapper tried to convert that
URL into a path and ended up crashing.

Closes #1138
@nex3 nex3 requested a review from Awjin August 10, 2021 23:00
@nex3 nex3 merged commit d29acb0 into main Aug 11, 2021
@nex3 nex3 deleted the custom-scheme-error branch August 11, 2021 21:03
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.

Improper handling of Node.js importers that use custom URL schemes
2 participants