diff --git a/src/routes/_error.html b/src/routes/_error.html index 72b3395..ca81fb0 100644 --- a/src/routes/_error.html +++ b/src/routes/_error.html @@ -6,6 +6,10 @@
{error.message}
+{#if NODE_ENV === 'development'} +{error.stack}
+{/if}
+
\ No newline at end of file
+
+
+