From dcc8733db34b46c8aa18b9d4647a88bcc5e52052 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Jul 2013 15:13:47 -0400 Subject: this needs a newline --- lib/Reply/Plugin/CollapseStack.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf