Skip to content

Commit

Permalink
Indent messages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 19, 2012
1 parent 6c3fdc2 commit 78c5a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-scenarios
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runner.on('scenario', function(event) {
});

event.runner.on('request:wait', function(event) {
console.log(event.message);
console.log(' ' + event.message);
});
});

Expand Down

0 comments on commit 78c5a1e

Please sign in to comment.