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

Deno panic on resolving a url path #14762

Closed
randallb opened this issue May 31, 2022 · 2 comments
Closed

Deno panic on resolving a url path #14762

randallb opened this issue May 31, 2022 · 2 comments
Assignees
Labels
bug Something isn't working correctly cli related to cli/ dir

Comments

@randallb
Copy link

I've managed to trigger a panic. Originally i thought it was my insane setup, but now I think it's with recent changes to the path module, or something similar. I reverted my dependency changes and it seems to work now.

https://gist.github.com/randallb/c744fbed7872c92480fab410872a167e

@AaronO AaronO added bug Something isn't working correctly cli related to cli/ dir labels May 31, 2022
@dsherret
Copy link
Member

dsherret commented Nov 23, 2022

I believe this should be fixed as of #15220 (so 1.24 and above, but try the latest 1.28) since files are now emitted on demand (I can't run the gist to check because it's missing some files). Please let me know if not though.

@randallb
Copy link
Author

Yeah looks good to go. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly cli related to cli/ dir
Projects
None yet
Development

No branches or pull requests

3 participants