@event-driven-io/emmett-postgresql 0.42.2 → 0.42.3
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -5053,7 +5053,8 @@ var postgreSQLEventStoreConsumer = (options) => {
|
|
|
5053
5053
|
try {
|
|
5054
5054
|
await start;
|
|
5055
5055
|
} catch (error) {
|
|
5056
|
-
console.log("Error during consumer
|
|
5056
|
+
console.log("Error during completing consumer:", error);
|
|
5057
|
+
} finally {
|
|
5057
5058
|
await stopProcessors();
|
|
5058
5059
|
}
|
|
5059
5060
|
};
|