log error output
This commit is contained in:
parent
437cbd323d
commit
7b0a5d8875
@ -20,7 +20,11 @@ class Console
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $all_output ? $process->getOutput() : $process->getErrorOutput();
|
$output = $all_output ? $process->getOutput() : $process->getErrorOutput();
|
||||||
|
|
||||||
|
logger($output);
|
||||||
|
|
||||||
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getPhpBinary()
|
public static function getPhpBinary()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user