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 2914487 commit 31c0d2dCopy full SHA for 31c0d2d
test/sequential/test-cli-syntax-bad.js
@@ -44,7 +44,7 @@ const syntaxErrorRE = /^SyntaxError: \b/m;
44
45
// stderr should include the filename
46
assert(stderr.startsWith(pathToFileURL(file)),
47
- `${stderr} starts with ${file}`);
+ `${stderr} starts with ${pathToFileURL(file)}`);
48
}));
49
});
50
0 commit comments