dont serve error page for unhandled server route errors - fixes #138

This commit is contained in:
Rich Harris
2018-02-28 16:54:38 -05:00
parent 5ad3f3f1d5
commit b1d072d43a
3 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
export function get() {
throw new Error('nope');
}