badmfck-api-server 3.5.6 → 3.5.7

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.
@@ -251,6 +251,7 @@ class APIService extends BaseService_1.BaseService {
251
251
  httpRequest.preproducerResult = preproducerResult;
252
252
  }
253
253
  catch (e) {
254
+ console.error(e);
254
255
  let details = `${e}`;
255
256
  let stack = undefined;
256
257
  if (DefaultErrors_1.ErrorUtils.isError(e)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",