From b55bde445e0df2bff562fb7a97de3dad167f0725 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 23 Sep 2018 22:03:29 -0400 Subject: [PATCH] Update _error.html --- routes/_error.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/routes/_error.html b/routes/_error.html index 8e233a9..ca81fb0 100644 --- a/routes/_error.html +++ b/routes/_error.html @@ -7,9 +7,7 @@

{error.message}

{#if NODE_ENV === 'development'} -
-	{error.stack}
-
+
{error.stack}
{/if}