| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Unescape non-literal, non-glob path before existence checking. This solve the issue where Get-GhildItem does not behave correctly when -Path contains special characters. For example, > Get-ChildItem -Path './`[dir`]' will complain with error "Cannot find path ..." while > Get-ChildItem -Path './`[dir`]' -Depth 0 will work fine.
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
Sorry, something went wrong.
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
Sorry, something went wrong.
|
This PR has be automatically close because it is stale. If you wish to continue working on the PR, please first update the PR, then reopen it. |
Sorry, something went wrong.
|
It seems that I cannot reopen this. Do I have to create a new PR? |
Sorry, something went wrong.
|
kwkam I believe if you submit a new commit to this branch it should allow you to reopen it / reopen automatically. |
Sorry, something went wrong.
|
Rain Sallow (/u/ta11ow) (@vexx32) I have merged the latest master into this branch, but still there is no option for re-opening the PR. Maybe I do not have the permission to reopen my PR? |
Sorry, something went wrong.
|
That's very strange... I guess you can just open a new PR from the same branch? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Unescape non-literal, non-glob path before existence checking.
This solve the issue where Get-GhildItem does not behave correctly
when -Path contains special characters. For example,
will complain with error "Cannot find path ..." while
will work fine.
PR Checklist