Improved error logging
This commit is contained in:
parent
657fc9a63e
commit
d7f57e2758
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class CheckData extends Command
|
|||
->subject("Check-Data: " . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE) . " [{$database}]");
|
||||
});
|
||||
} elseif (! $this->isValid) {
|
||||
throw new Exception('Check data failed!!');
|
||||
throw new Exception("Check data failed!!\n" . $this->log);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue