Commit 988e15b4 authored by Maciej Małecki's avatar Maciej Małecki Committed by Cédric de Saint Martin

[minor] Fix indent on timeout notice

parent 5062d314
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment