Fixes for build without config
This commit is contained in:
parent
a5aabdce2d
commit
86478a1264
56 changed files with 376 additions and 85 deletions
|
|
@ -89,6 +89,7 @@ class BuildLogger implements LoggerAwareInterface
|
|||
// as the exception key in the context array.
|
||||
if ($exception) {
|
||||
$context['exception'] = $exception;
|
||||
$context['trace'] = $exception->getTrace();
|
||||
}
|
||||
|
||||
$this->log("\033[0;31m" . $message . "\033[0m", LogLevel::ERROR, $context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue