We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da99627 commit e256ba8Copy full SHA for e256ba8
tasks/test262/preprocessor.cjs
@@ -31,7 +31,7 @@ module.exports = function(test) {
31
let { output, diagnostics } = treeShake(main, "safest", do_minify);
32
33
if (diagnostics.length) {
34
- throw new Error(diagnostics.join('\n'));
+ throw new Error(diagnostics.join(' '));
35
}
36
37
test.contents = prelude + output;
0 commit comments