Skip to content

Commit c4124da

Browse files
committed
[minor] Fix indent on timeout notice
1 parent bc98c0d commit c4124da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/core/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function runTest(test, callback) {
4242

4343
var killTimeout = setTimeout(function () {
4444
child.kill();
45-
console.log(path.basename(test).yellow + ' timed out'.red);
45+
console.log(' ' + path.basename(test).yellow + ' timed out'.red);
4646
}, testTimeout);
4747

4848
child.on('exit', function (exitCode) {

0 commit comments

Comments
 (0)