We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cbc3f commit df8e586Copy full SHA for df8e586
lib/internal/modules/esm/default_resolve.js
@@ -37,7 +37,7 @@ function search(target, base) {
37
new URL('./', questionedBase).pathname);
38
const found = CJSmodule._resolveFilename(target, tmpMod);
39
error = new ERR_MODULE_RESOLUTION_LEGACY(target, base, found);
40
- } catch (problemChecking) {
+ } catch {
41
// ignore
42
}
43
throw error;
0 commit comments