@hastehaul/common 2.0.21 → 2.0.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.
@@ -36,7 +36,7 @@ class NatsPublisher {
|
|
36
36
|
return yield jetStreamClient.publish(this.subject, typeof data === "string" ? this.sc.encode(data) : this.jc.encode(data));
|
37
37
|
}
|
38
38
|
catch (error) {
|
39
|
-
console.error(error
|
39
|
+
console.error(error);
|
40
40
|
throw new Error(`Failed to publish message. Error: [${error.message}]`);
|
41
41
|
}
|
42
42
|
});
|