Skip to content

Commit 218ee85

Browse files
Wizekvojtajina
authored andcommitted
fix(debug.html): Added whitespace after 'SKIPPED'
1 parent 9248f1b commit 218ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/debug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
complete: function() {},
2626
store: function() {},
2727
result: window.console ? function(result) {
28-
var msg = result.skipped ? 'SKIPPED' : (result.success ? 'SUCCESS ' : 'FAILED ');
28+
var msg = result.skipped ? 'SKIPPED ' : (result.success ? 'SUCCESS ' : 'FAILED ');
2929
window.console.log(msg + result.suite.join(' ') + ' ' + result.description);
3030

3131
for (var i = 0; i < result.log.length; i++) {

0 commit comments

Comments
 (0)