Skip to content

Commit 1390288

Browse files
committed
improve test-syntax logging
1 parent c06d0ec commit 1390288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test_syntax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ function combineGlobs(arr) {
154154
function log(name, logs) {
155155
if(logs.length) {
156156
console.error('test-syntax error [' + name + ']');
157+
console.error(logs.join('\n'));
157158
EXIT_CODE = 1;
158159
} else {
159160
console.log('ok ' + name);

0 commit comments

Comments
 (0)