summaryrefslogtreecommitdiff
path: root/std/path/win32.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/win32.ts')
-rw-r--r--std/path/win32.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/path/win32.ts b/std/path/win32.ts
index 1684a2c45..6daff65c8 100644
--- a/std/path/win32.ts
+++ b/std/path/win32.ts
@@ -747,7 +747,6 @@ export function extname(path: string): string {
}
export function format(pathObject: FormatInputPathObject): string {
- /* eslint-disable max-len */
if (pathObject === null || typeof pathObject !== "object") {
throw new TypeError(
`The "pathObject" argument must be of type Object. Received type ${typeof pathObject}`,