File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ synchronously or asynchronously:
631631 fulfilled _ synchronously_ after the module and all its dependencies have been evaluated.
632632 1 . If the evaluation succeeds, the promise will be _ synchronously_ resolved to ` undefined ` .
633633 2 . If the evaluation results in an exception, the promise will be _ synchronously_ rejected with the exception
634- ` module.error ` that causes the evaluation to fail and .
634+ that causes the evaluation to fail, which is the same as ` module.error ` .
6356352 . If the ` vm.SourceTextModule ` has top-level ` await ` in itself or any of its dependencies, the promise will be
636636 fulfilled _ asynchronously_ after the module and all its dependencies have been evaluated.
637637 1 . If the evaluation succeeds, the promise will be _ asynchronously_ resolved to ` undefined ` .
You can’t perform that action at this time.
0 commit comments