wsp-ms-core 1.1.21 → 1.1.22

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.
package/dist/index.js CHANGED
@@ -2051,6 +2051,7 @@ var DefaultMysqlInboxRunner = class {
2051
2051
  console.log(data);
2052
2052
  });
2053
2053
  this.eventManager.onMessage((data) => {
2054
+ console.log(JSON.stringify(data));
2054
2055
  });
2055
2056
  this.eventManager.onError((data) => {
2056
2057
  console.log(data);