mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
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