expressjs-router
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -256,3 +256,3 @@ "use strict"; | ||
_preloadRoute(route, req, res).then(function () { | ||
route.respond(req, res, next); | ||
return route.respond(req, res, next); | ||
}).catch(function (error) { | ||
@@ -259,0 +259,0 @@ if (DEBUG) { |
{ | ||
"name": "expressjs-router", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Structured routes for ExpressJS", | ||
@@ -5,0 +5,0 @@ "main": "lib/expressRouter.js", |
14557