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 4c8ca52 commit ad35b18Copy full SHA for ad35b18
tasks/test_syntax.js
@@ -211,12 +211,13 @@ function assertES5() {
211
var errors = [];
212
if(report.errorCount > 0) {
213
console.log(formatter(report.results));
214
+
215
+ // It doesn't work well to pass formatted logs into this,
216
+ // so instead pass the empty string in a way that causes
217
+ // the test to fail
218
errors.push('');
219
}
220
- // It doesn't work well to pass formatted logs into this,
- // so instead pass the empty string in a way that causes
- // the test to fail
221
log('es5-only syntax', errors);
222
223
0 commit comments