Skip to content

Commit 1b25bae

Browse files
authored
fix error showing
1 parent 6a9bd1d commit 1b25bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/ExceptionHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public function messageQuit(
409409
}
410410

411411
echo "\n", $this->renderConsoleBacktrace($backtrace);
412-
} else if (!$this->shouldDisplay()) {
412+
} else if ($this->shouldDisplay()) {
413413
$version = isset($GLOBALS['modx_version']) ? $GLOBALS['modx_version'] : '';
414414
$release_date = isset($GLOBALS['release_date']) ? $GLOBALS['release_date'] : '';
415415

0 commit comments

Comments
 (0)