forked from GithubBackups/vichan
newline after CLI errors
This commit is contained in:
parent
a5763b8f3e
commit
4a0b0e424b
@ -67,7 +67,7 @@
|
||||
|
||||
if(defined('STDIN')) {
|
||||
// Running from CLI
|
||||
die('Error: ' . $message);
|
||||
die('Error: ' . $message . "\n");
|
||||
}
|
||||
|
||||
die(Element('page.html', Array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user