Skip to content

Commit e256ba8

Browse files
committed
fix
1 parent da99627 commit e256ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test262/preprocessor.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function(test) {
3131
let { output, diagnostics } = treeShake(main, "safest", do_minify);
3232

3333
if (diagnostics.length) {
34-
throw new Error(diagnostics.join('\n'));
34+
throw new Error(diagnostics.join(' '));
3535
}
3636

3737
test.contents = prelude + output;

0 commit comments

Comments
 (0)