@whiplashmerch/whiplash-api-client 0.4.108 → 0.4.109
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/client.esm.js +1 -1
- package/dist/client.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -24516,7 +24516,7 @@ function waitForJob(pusherInstance, statusChannelName) {
|
|
|
24516
24516
|
case PusherJobStatus.success:
|
|
24517
24517
|
return resolve();
|
|
24518
24518
|
case PusherJobStatus.failure:
|
|
24519
|
-
return reject(new Error(`Job failure while listening to ${statusChannelName}`));
|
|
24519
|
+
return reject(new Error(response.message || `Job failure while listening to ${statusChannelName}`));
|
|
24520
24520
|
}
|
|
24521
24521
|
});
|
|
24522
24522
|
}
|