|
@@ -98,7 +98,7 @@ |
|
|
block discarded – undo |
|
98
|
98
|
$this->eventDispatcher->dispatch(Event::PRE_JOB, $event); |
|
99
|
99
|
|
|
100
|
100
|
$start = microtime(true); |
|
101
|
|
- $handleException = function (\Exception $exception) use ($job) { |
|
|
101
|
+ $handleException = function(\Exception $exception) use ($job) { |
|
102
|
102
|
/** @var \Exception $exception */ |
|
103
|
103
|
$exceptionMessage = get_class($exception)."\n".$exception->getCode().' - '.$exception->getMessage()."\n".$exception->getTraceAsString(); |
|
104
|
104
|
$this->log('debug', "Failed: {$job->getClassName()}->{$job->getMethod()}"); |
Please login to merge, or discard this patch.