File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ const {
73
73
ObjectKeys,
74
74
ObjectSetPrototypeOf,
75
75
Promise,
76
- PromisePrototypeThen,
77
76
ReflectApply,
78
77
RegExp,
79
78
RegExpPrototypeExec,
@@ -464,7 +463,7 @@ function REPLServer(prompt,
464
463
displayErrors : true ,
465
464
importModuleDynamically : ( specifier , _ , importAssertions ) => {
466
465
return asyncESM . esmLoader . dynamicImport ( specifier , parentURL ,
467
- importAssertions ) ;
466
+ importAssertions ) ;
468
467
}
469
468
} ) ;
470
469
} catch ( fallbackError ) {
@@ -508,7 +507,7 @@ function REPLServer(prompt,
508
507
displayErrors : true ,
509
508
importModuleDynamically : ( specifier , _ , importAssertions ) => {
510
509
return asyncESM . esmLoader . dynamicImport ( specifier , parentURL ,
511
- importAssertions ) ;
510
+ importAssertions ) ;
512
511
}
513
512
} ) ;
514
513
} catch ( e ) {
You can’t perform that action at this time.
0 commit comments