diff options
Diffstat (limited to 'Bugzilla/Error.pm')
-rw-r--r-- | Bugzilla/Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm index 5498f7670..b88c4eeb8 100644 --- a/Bugzilla/Error.pm +++ b/Bugzilla/Error.pm @@ -78,7 +78,7 @@ sub _throw_error { my $message; $template->process($name, $vars, \$message) || ThrowTemplateError($template->error()); - die("$message"); + die("$message\n"); } else { print Bugzilla->cgi->header(); $template->process($name, $vars) |