This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
trev/nodejs/views/error.ejs

4 lines
83 B
Plaintext

<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>