You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is using device path syntax to a non-existing device
Expected behavior
Path not found error
Actual behavior
No results, no error
Error details
It looks like somewhere in the globber it's ignoring a potential error here and just validating returned results against the wildcard.
Environment data
Name Value
---------
PSVersion 7.4.0-preview.3
PSEdition Core
GitCommitId 7.4.0-preview.3
OS Microsoft Windows 10.0.25324
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
On Windows:
get-childitem \\.\INVALID0\*Note that this is using device path syntax to a non-existing device
Expected behavior
Path not found errorActual behavior
No results, no errorError details
It looks like somewhere in the globber it's ignoring a potential error here and just validating returned results against the wildcard.Environment data
Visuals
No response