| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I can not repo on WSL1. Is the issue on WSL2? |
Sorry, something went wrong.
There was a problem hiding this comment.
WSL== Windows Subsystem for Linux ? it would be good to mention this in PR description.
Sorry, something went wrong.
|
🎉v7.0.0-preview.6 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…s returned before calling First() (PowerShell#10930)
| Back | FazBrowse Home | New Git URL |
PR Summary
On WSL, if you have a folder in /mnt/c/Users/steve/Blah and try: test-path /mnt/c/Users/steve/blah -pathtype container you get an error because .First() is being called on an empty string array. Fix is to check that the returned array contains something. Otherwise, just return the given path as some file system issue prevents correcting the casing. This issue seems to only repro on WSL (Windows Subsystem on Linux)
PR Checklist