-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixing UNC path GetFullPath when Current Directory is a UNC path (…
…#887) Currently, if you switch current directory in the `MockFileSystem` to a UNC path, and try to enumerate files, it blows up. Attempting to fix it, although it feels like a hack.
- Loading branch information
1 parent
8d1de19
commit 48e2b32
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters