mirror of https://github.com/nodejs/node.git
fixup! tools: update eslint to 9.9.1
parent
ebfeb0023d
commit
b9f28c69ee
|
@ -834,8 +834,6 @@ function packageResolve(specifier, base, conditions) {
|
|||
// Cross-platform root check.
|
||||
} while (packageJSONPath.length !== lastPath.length);
|
||||
|
||||
// eslint can't handle the above code.
|
||||
// eslint-disable-next-line no-unreachable
|
||||
throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue