exception: Add newline at the end of a debugging line for CLI users

Bug: T162315
Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b
This commit is contained in:
Florian Schmidt 2017-04-16 01:02:58 +02:00 committed by Krinkle
parent 42853a63d6
commit 842b7a1769

View file

@ -288,7 +288,7 @@ class MWExceptionRenderer {
$vars[] = '$wgShowDBErrorBacktrace = true;';
}
$vars = implode( ' and ', $vars );
return "Set $vars at the bottom of LocalSettings.php to show detailed debugging information";
return "Set $vars at the bottom of LocalSettings.php to show detailed debugging information\n";
}
/**