@api-ts/express-wrapper
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -62,3 +62,6 @@ "use strict"; | ||
catch (err) { | ||
res.status(500).end(); | ||
if (!res.statusCode) { | ||
res.status(500); | ||
} | ||
res.end(); | ||
next(); | ||
@@ -65,0 +68,0 @@ return; |
{ | ||
"name": "@api-ts/express-wrapper", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Implement an HTTP specification with Express", | ||
@@ -29,3 +29,3 @@ "author": "Eric Crosson <ericcrosson@bitgo.com>", | ||
"@types/express": "4.17.17", | ||
"c8": "8.0.0", | ||
"c8": "8.0.1", | ||
"typescript": "4.7.4", | ||
@@ -32,0 +32,0 @@ "tsx": "3.12.7" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29606
293