Skip to content

Commit

Permalink
Update lib/internal/errors.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 29, 2024
1 parent 2eb9e15 commit c0f410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ E('ERR_UNSUPPORTED_ESM_URL_SCHEME', (url, supported) => {
return msg;
}, Error);
E('ERR_UNSUPPORTED_RESOLVE_REQUEST',
'Failed to resolve module specifier "%s" from "%s": Invalid relative url or base scheme is not hierarchical.',
'Failed to resolve module specifier "%s" from "%s": Invalid relative URL or base scheme is not hierarchical.',
TypeError);
E('ERR_USE_AFTER_CLOSE', '%s was closed', Error);

Expand Down

0 comments on commit c0f410c

Please sign in to comment.