node-pluginsmanager-plugin 4.8.1 → 4.8.2

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.
@@ -186,6 +186,8 @@ module.exports = class Server extends MediatorUser {
186
186
 
187
187
  }).catch((err) => {
188
188
 
189
+ this._log("error", err);
190
+
189
191
  const result = {
190
192
  "code": "INTERNAL_SERVER_ERROR",
191
193
  "message": cleanSendedError(err)
@@ -487,6 +489,8 @@ module.exports = class Server extends MediatorUser {
487
489
  }
488
490
  else {
489
491
 
492
+ this._log("error", err);
493
+
490
494
  const result = {
491
495
  "code": "INTERNAL_SERVER_ERROR",
492
496
  "message": cleanSendedError(err)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-pluginsmanager-plugin",
3
- "version": "4.8.1",
3
+ "version": "4.8.2",
4
4
  "description": "An abstract parent plugin for node-pluginsmanager",
5
5
  "main": "lib/main.js",
6
6
  "typings": "lib/index.d.ts",