@hastehaul/common 2.0.35 → 2.0.36
Sign up to get free protection for your applications and to get access to all the features.
@@ -109,8 +109,8 @@ class NatsConsumer {
|
|
109
109
|
}
|
110
110
|
}
|
111
111
|
catch (error) {
|
112
|
-
console.error(error);
|
113
|
-
|
112
|
+
console.error("Consumer Error: ", error);
|
113
|
+
throw new Error("Failed to consume messages");
|
114
114
|
}
|
115
115
|
});
|
116
116
|
}
|