diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-01-27 13:19:56 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-26 23:19:56 -0500 |
| commit | 75dab82adbf64cb021b0133771a782c285991a4b (patch) | |
| tree | 899f0d4b643f80c055e6154d7056bb22c2a749db /fs/path/mod.ts | |
| parent | 490c2eb5069c513f19429cdfa902796eb2819c2a (diff) | |
Port prettier (denoland/deno_std#156)
Original: https://github.com/denoland/deno_std/commit/b792fe8c7234287ce133e15d63cae5295256fd19
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 |
