mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
Revert "Fix: Address permissions issue for UNC paths on Windows"
This reverts commit 033370da71
.
This commit is contained in:
parent
033370da71
commit
53395acb26
1 changed files with 0 additions and 1 deletions
|
@ -1823,7 +1823,6 @@ impl PermissionsContainer {
|
|||
|
||||
// Check if the path is a UNC path (e.g., \\Server\Share\Folder)
|
||||
// UNC paths typically contain "\\" at the start or somewhere in the middle
|
||||
#[cfg(windows)]
|
||||
if s.windows(2).any(|window| window == b"\\\\") {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue