@api-ts/express-wrapper
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -62,3 +62,2 @@ "use strict"; | ||
catch (err) { | ||
console.warn('Error in route handler:', err); | ||
res.status(500).end(); | ||
@@ -65,0 +64,0 @@ next(); |
{ | ||
"name": "@api-ts/express-wrapper", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Implement an HTTP specification with Express", | ||
@@ -5,0 +5,0 @@ "author": "Eric Crosson <ericcrosson@bitgo.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29648
290