Merge branch 'master' of github.com:sveltejs/sapper

This commit is contained in:
Richard Harris
2019-04-27 13:05:28 -04:00

View File

@@ -145,7 +145,7 @@ export function get_page_handler(
path: req.path,
query: req.query,
params: {}
})
}, session)
: {};
match = error ? null : page.pattern.exec(req.path);