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.cjs CHANGED
@@ -1925,7 +1925,8 @@ var DefaultMysqlInboxRunner = class {
1925
1925
  );
1926
1926
  await repository.create(record);
1927
1927
  } catch (error) {
1928
- throw new Error(String(error.type));
1928
+ console.log(error);
1929
+ throw error;
1929
1930
  }
1930
1931
  }
1931
1932
  subscribeTo(topic) {