Skip to content

Commit 17b4d98

Browse files
committed
fix lint
1 parent a9a976e commit 17b4d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/modules/cjs/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@ if (isWindows) {
707707
if (StringPrototypeCharCodeAt(from, from.length - 1) ===
708708
CHAR_BACKWARD_SLASH &&
709709
StringPrototypeCharCodeAt(from, from.length - 2) === CHAR_COLON) {
710-
return [from + 'node_modules'];
711-
}
710+
return [from + 'node_modules'];
711+
}
712712

713713
const paths = [];
714714
for (let i = from.length - 1, p = 0, last = from.length; i >= 0; --i) {

0 commit comments

Comments
 (0)