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}