exception: Add newline at the end of a debugging line for CLI users
Bug: T162315 Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b
This commit is contained in:
parent
42853a63d6
commit
842b7a1769
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue