Skip to content

Commit

Permalink
[minor] Fix indent on timeout notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 18, 2011
1 parent bc98c0d commit c4124da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/run
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function runTest(test, callback) {

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

child.on('exit', function (exitCode) {
Expand Down

0 comments on commit c4124da

Please sign in to comment.