Fixes for build without config
This commit is contained in:
parent
a5aabdce2d
commit
86478a1264
56 changed files with 376 additions and 85 deletions
|
|
@ -231,7 +231,7 @@ class Builder implements LoggerAwareInterface
|
|||
}
|
||||
} catch (\Exception $ex) {
|
||||
$this->build->setStatus(Build::STATUS_FAILED);
|
||||
$this->buildLogger->logFailure(Lang::get('exception') . $ex->getMessage());
|
||||
$this->buildLogger->logFailure(Lang::get('exception') . $ex->getMessage(), $ex);
|
||||
}
|
||||
|
||||
if (Build::STATUS_FAILED === $this->build->getStatus()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue