Skip to content
Prev Previous commit
fix lint
  • Loading branch information
aduh95 committed Jul 26, 2023
commit 3638858a03b86898381c042f8dcf4815e0682e9b
2 changes: 1 addition & 1 deletion lib/internal/modules/esm/module_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ResolveCache extends SafeMap {
// so that different import statements with the same assertions are always treated
// as identical.
const keys = ObjectKeys(importAssertions);

if (keys.length === 0) {
return specifier + '::';
}
Expand Down