forked from leftypol/leftypol
newline after CLI errors
This commit is contained in:
parent
09268e75c8
commit
160647d196
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
if(defined('STDIN')) {
|
if(defined('STDIN')) {
|
||||||
// Running from CLI
|
// Running from CLI
|
||||||
die('Error: ' . $message);
|
die('Error: ' . $message . "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
die(Element('page.html', Array(
|
die(Element('page.html', Array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue