summaryrefslogtreecommitdiff
path: root/fs/path/mod.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-01-27 13:19:56 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-01-26 23:19:56 -0500
commit75dab82adbf64cb021b0133771a782c285991a4b (patch)
tree899f0d4b643f80c055e6154d7056bb22c2a749db /fs/path/mod.ts
parent490c2eb5069c513f19429cdfa902796eb2819c2a (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.ts2
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