return only error output

This commit is contained in:
denisdulici 2019-12-15 15:16:03 +03:00
parent 349ed320dd
commit 745078f403

View File

@ -16,6 +16,6 @@ class Console
return true;
}
return $process->getOutput();
return $process->getErrorOutput();
}
}