Skip to content

Commit 5788e9f

Browse files
committed
fixup! module: use synchronous hooks for preparsing in import(cjs)
1 parent c6325ed commit 5788e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-repl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ const errorTests = [
599599
/^Require stack:/,
600600
/^- <repl>/,
601601
/^ {4}at .*/, // at Module._resolveFilename
602-
/^ {4}at .*/, // at defaultResolveImpl
603-
/^ {4}at .*/, // at resolveForCJSWithHooks
602+
/^ {4}at .*/, // At defaultResolveImpl
603+
/^ {4}at .*/, // At resolveForCJSWithHooks
604604
/^ {4}at .*/, // at Function._load
605605
/^ {4}at .*/, // at TracingChannel.traceSync
606606
/^ {4}at .*/, // at wrapModuleLoad

0 commit comments

Comments
 (0)