mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
debug() in CLI should include newline..
If not, two debug() statements after each other is very hard to read, as the #### separater is on the same line
This commit is contained in:
parent
fb86859585
commit
d14f0cece4
1 changed files with 3 additions and 2 deletions
|
@ -95,6 +95,7 @@ HTML;
|
|||
########## DEBUG ##########
|
||||
%s
|
||||
###########################
|
||||
|
||||
TEXT;
|
||||
$template = $html;
|
||||
if (php_sapi_name() === 'cli' || $showHtml === false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue