@deathnaitsa/wa-api 1.0.30 → 1.0.31
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/Messaging/index.js +1 -1
- package/package.json +1 -1
package/dist/Messaging/index.js
CHANGED
|
@@ -89,7 +89,7 @@ async function sendStatusMentions(sessionId, content, options) {
|
|
|
89
89
|
} catch (err) {
|
|
90
90
|
// Wrap Baileys errors into WhatsappError for consistency
|
|
91
91
|
throw new Error_1.WhatsappError(
|
|
92
|
-
`Failed to send message
|
|
92
|
+
`Failed to send message: ${err.message}`,
|
|
93
93
|
{ cause: err }
|
|
94
94
|
);
|
|
95
95
|
}
|