diff --git a/views/error.pug b/views/error.pug index cceb8e7..e2646cf 100644 --- a/views/error.pug +++ b/views/error.pug @@ -13,4 +13,5 @@ block content li Check the stack trace below h2 Stack trace - pre.error__stack-trace #{error.stack} + pre.error__stack-trace + code.shell #{error.stack}