summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-08 15:13:47 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-08 15:13:47 -0400
commitdcc8733db34b46c8aa18b9d4647a88bcc5e52052 (patch)
tree30b347b01687058232be0d69e7e950a4a7d2d349
parent300de51cc0c82e0e50116e6997046679784b598d (diff)
downloadreply-dcc8733db34b46c8aa18b9d4647a88bcc5e52052.tar.gz
reply-dcc8733db34b46c8aa18b9d4647a88bcc5e52052.zip
this needs a newline
-rw-r--r--lib/Reply/Plugin/CollapseStack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin/CollapseStack.pm b/lib/Reply/Plugin/CollapseStack.pm
index 539effe..1ccc723 100644
--- a/lib/Reply/Plugin/CollapseStack.pm
+++ b/lib/Reply/Plugin/CollapseStack.pm
@@ -40,7 +40,7 @@ sub mangle_error {
my @lines = split /\n/, $error;
if (@lines > $self->{num_lines}) {
splice @lines, $self->{num_lines};
- $error = join "\n", @lines, " (Run #stack to see the full trace)";
+ $error = join "\n", @lines, " (Run #stack to see the full trace)\n";
}
return $error;