We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6325ed commit 5788e9fCopy full SHA for 5788e9f
test/parallel/test-repl.js
@@ -599,8 +599,8 @@ const errorTests = [
599
/^Require stack:/,
600
/^- <repl>/,
601
/^ {4}at .*/, // at Module._resolveFilename
602
- /^ {4}at .*/, // at defaultResolveImpl
603
- /^ {4}at .*/, // at resolveForCJSWithHooks
+ /^ {4}at .*/, // At defaultResolveImpl
+ /^ {4}at .*/, // At resolveForCJSWithHooks
604
/^ {4}at .*/, // at Function._load
605
/^ {4}at .*/, // at TracingChannel.traceSync
606
/^ {4}at .*/, // at wrapModuleLoad
0 commit comments