diff --git a/src/routes/_error.html b/src/routes/_error.html index ca81fb0..4e9eb8f 100644 --- a/src/routes/_error.html +++ b/src/routes/_error.html @@ -6,7 +6,7 @@
{error.message}
-{#if NODE_ENV === 'development'} +{#if NODE_ENV === 'development' && error.stack}{error.stack}
{/if}
@@ -34,7 +34,7 @@