New prechar to verbose output command.

This commit is contained in:
elfet 2015-02-24 15:52:14 +03:00
parent 49588d7745
commit 4c47e238b2

View File

@ -197,7 +197,7 @@ function run($command)
if (isDebug() && !empty($output)) {
writeln(array_map(function ($line) {
return "<comment>#</comment> $line";
return "<fg=red>></fg=red> $line";
}, explode("\n", $output)));
}