pg-mvc-service 2.0.120 → 2.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1098,7 +1098,8 @@ class RequestType extends ReqResType_1.default {
1098
1098
  break;
1099
1099
  }
1100
1100
  }
1101
- console.log("last", errorList);
1101
+ if (isA)
1102
+ console.log("last", errorList);
1102
1103
  return errorList;
1103
1104
  }
1104
1105
  getErrorObject(keys, code) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-mvc-service",
3
- "version": "2.0.120",
3
+ "version": "2.0.121",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/n-daira/npm-pack_mvc-service#readme",
6
6
  "bugs": {
@@ -1203,7 +1203,8 @@ export class RequestType extends ReqResType {
1203
1203
  }
1204
1204
  }
1205
1205
 
1206
- console.log("last", errorList);
1206
+ if (isA)
1207
+ console.log("last", errorList);
1207
1208
  return errorList;
1208
1209
  }
1209
1210