Skip to content

Commit 0049147

Browse files
haykam821RafaelGSS
authored andcommitted
module: fix incorrect formatting in require(esm) cycle error message
Fixes: #57451 PR-URL: #57453 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a5ef2e8 commit 0049147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/modules/esm/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ class ModuleLoader {
416416
if (parentFilename) {
417417
message += ` (from ${parentFilename})`;
418418
}
419-
message += 'A cycle involving require(esm) is disallowed to maintain ';
420-
message += 'invariants madated by the ECMAScript specification';
419+
message += ' A cycle involving require(esm) is not allowed to maintain ';
420+
message += 'invariants mandated by the ECMAScript specification. ';
421421
message += 'Try making at least part of the dependency in the graph lazily loaded.';
422422
throw new ERR_REQUIRE_CYCLE_MODULE(message);
423423

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy