mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Remove stale path assertion on Windows (#22988)
### What does this PR do? This assertion is occasionally incorrect, and was originally added as a workaround for lack of proper error handling in zig's std library. We've seen fixed that so this assertion is no longer needed. ### How did you verify your code works? --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2313,7 +2313,6 @@ pub const addNTPathPrefix = paths_.addNTPathPrefix;
|
||||
pub const addNTPathPrefixIfNeeded = paths_.addNTPathPrefixIfNeeded;
|
||||
pub const addLongPathPrefix = paths_.addLongPathPrefix;
|
||||
pub const addLongPathPrefixIfNeeded = paths_.addLongPathPrefixIfNeeded;
|
||||
pub const assertIsValidWindowsPath = paths_.assertIsValidWindowsPath;
|
||||
pub const charIsAnySlash = paths_.charIsAnySlash;
|
||||
pub const cloneNormalizingSeparators = paths_.cloneNormalizingSeparators;
|
||||
pub const fromWPath = paths_.fromWPath;
|
||||
|
||||
Reference in New Issue
Block a user