kunagpal/express-boilerplate

View on GitHub
views/error.ejs

Summary

Maintainability
Test Coverage
<h1>Error</h1>
<h2><%= error.status %></h2>
<% if (error.message) { %><h2><%= error.message %></h2><% } %>
<% if (error.stack) { %><pre><%= error.stack %></pre><% } %>