| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 01cad99 commit 44c5718
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -408,8 +408,8 @@ class ModuleLoader { | |||
| 408 | 408 | if (parentFilename) { | |
| 409 | 409 | message += ` (from ${parentFilename})`; | |
| 410 | 410 | } | |
| 411 | - message += 'A cycle involving require(esm) is disallowed to maintain '; | ||
| 412 | - message += 'invariants madated by the ECMAScript specification'; | ||
| 411 | + message += ' A cycle involving require(esm) is not allowed to maintain '; | ||
| 412 | + message += 'invariants mandated by the ECMAScript specification. '; | ||
| 413 | 413 | message += 'Try making at least part of the dependency in the graph lazily loaded.'; | |
| 414 | 414 | throw new ERR_REQUIRE_CYCLE_MODULE(message); | |
| 415 | 415 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments