diff options
Diffstat (limited to 'fs/path/mod.ts')
| -rw-r--r-- | fs/path/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/mod.ts b/fs/path/mod.ts index 114c904a2..7adb230d2 100644 --- a/fs/path/mod.ts +++ b/fs/path/mod.ts @@ -980,7 +980,7 @@ export const win32 = { } else { ret.name = path.slice(startPart, startDot); ret.base = path.slice(startPart, end); - ret.ext = path.slice(startDot, end); + ret.ext = path.slice(startDot, end); } // If the directory is the root, use the entire root as the `dir` including |
