Skip to content

Commit 25fdd95

Browse files
committed
Merge pull request #5 from stefanpenner/error.hbs
slightly better error messages (unless its a jQuery error)
2 parents cb135a3 + 5598e95 commit 25fdd95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/templates/error.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
error!
1+
<h1>Something Went Wrong (blame wycats)</h1>
2+
<h5>{{message}}</h5>
3+
<pre>
4+
{{stack}}
5+
</pre>

0 commit comments

Comments
 (0)