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