diff --git a/app/error.vue b/app/error.vue index a94c0ded..ea861c3f 100644 --- a/app/error.vue +++ b/app/error.vue @@ -12,6 +12,8 @@
+
+ @@ -19,4 +21,5 @@ \ No newline at end of file diff --git a/ving/docs/change-log.md b/ving/docs/change-log.md index a288646e..ac85cc1f 100644 --- a/ving/docs/change-log.md +++ b/ving/docs/change-log.md @@ -10,6 +10,7 @@ outline: deep * Moved error.vue to app/error.vue. * NOTE: If you customized error.vue you'll need to move it to app/error.vue. * On the client-side, replaced `ouch()` with the built in `createError()` function. + * Added stack trace to error.vue. ### 2024-10-28 * Switched jobs to use redis from a remote cluster.