mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
New prechar to verbose output command.
This commit is contained in:
parent
49588d7745
commit
4c47e238b2
@ -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)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user