Skip to content

Commit 63f8f1d

Browse files
committed
lint fixed?
1 parent 2cf0697 commit 63f8f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ function pathToFileURL(filepath, { windows } = {}) {
15271527
outURL.hostname = domainToASCII(hostname);
15281528
outURL.pathname = encodePathChars(
15291529
RegExpPrototypeSymbolReplace(backslashRegEx, StringPrototypeSlice(filepath, hostnameEndIndex), '/'),
1530-
{ windows }
1530+
{ windows },
15311531
);
15321532
return outURL;
15331533
}

0 commit comments

Comments
 (0)