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
cb(new $e3f139c5065f0041$require$Errors.EPERM("Tauri root directory cannot be renamed."));
19755
19766
return;
19756
19767
}
19757
-
if ($e3f139c5065f0041$var$IS_WINDOWS && oldPath.toLowerCase() === newPath.toLowerCase() && $e3f139c5065f0041$require$TauriFS.isTauriSubPath(oldPath) && $e3f139c5065f0041$require$TauriFS.isTauriSubPath(newPath)) // in windows, we should be able to rename "a.txt" to "A.txt". Since windows is case-insensitive,
19758
-
// the below stat(A.txt) will return a stat for "a.txt" which is not what we want.
0 commit comments