seems to work

This commit is contained in:
William Mantly
2016-01-16 16:14:13 -05:00
commit b58deaaa86
19 changed files with 568 additions and 0 deletions

3
views/error.ejs Normal file
View File

@ -0,0 +1,3 @@
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>