1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00
This commit is contained in:
Andrés Montañez 2017-01-05 23:27:31 -03:00
parent 3462530883
commit a2cf0b2c44
2 changed files with 1458 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Console
$return = 1;
$log = array();
exec(escapeshellcmd($command . ' 2>&1'), $log, $return);
exec($command . ' 2>&1', $log, $return);
$log = implode(PHP_EOL, $log);
if (!$return) {

1457
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff