Paladox has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/351013 )
Change subject: exception: Add newline at the end of a debugging line for CLI
users
......................................................................
exception: Add newline at the end of a debugging line for CLI users
Bug: T162315
Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b
(cherry picked from commit 842b7a176985f4c1215b72f2eab7527ccbb8fbdc)
---
M includes/exception/MWExceptionRenderer.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/13/351013/1
diff --git a/includes/exception/MWExceptionRenderer.php
b/includes/exception/MWExceptionRenderer.php
index 0e743c1..435fde3 100644
--- a/includes/exception/MWExceptionRenderer.php
+++ b/includes/exception/MWExceptionRenderer.php
@@ -293,7 +293,7 @@
$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";
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/351013
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_29
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits