Comparing version 1.0.14 to 1.0.15
@@ -17,3 +17,3 @@ "use strict"; | ||
logger.error(err); | ||
res.send(new _model.Fail(err.message, 'ServerError')); | ||
res.send(new _model.Fail(err.message, err.code || 'ServerError')); | ||
} | ||
@@ -20,0 +20,0 @@ }; |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61862