wsp-ms-core 1.0.90 → 1.0.91

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
@@ -1852,7 +1852,8 @@ var DefaultMysqlInboxRunner = class {
1852
1852
  );
1853
1853
  await repository.create(record);
1854
1854
  } catch (error) {
1855
- throw new Error(String(error.type));
1855
+ console.log(error);
1856
+ throw error;
1856
1857
  }
1857
1858
  }
1858
1859
  subscribeTo(topic) {