blun-king-cli 9.1.378 → 9.1.379
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/blun.mjs +1 -1
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -517412,6 +517412,7 @@ var BlunTUI = class {
|
|
|
517412
517412
|
for (const item of inFlight.items) item.channelAcknowledge?.();
|
|
517413
517413
|
if (this.queueFlushBatchRemaining > 0) this.queueFlushBatchRemaining = Math.max(0, this.queueFlushBatchRemaining - inFlight.items.length);
|
|
517414
517414
|
this.track("channel_queue_quarantined", { count: inFlight.items.length, attempts: CHANNEL_DELIVERY_MAX_FAILURES });
|
|
517415
|
+
this.showError(uiText("blunTui.steer.failed", { error: formatErrorMessage$2(error) }));
|
|
517415
517416
|
this.updateQueueDisplay();
|
|
517416
517417
|
this.state.ui.requestRender();
|
|
517417
517418
|
this.scheduleQueueDrain();
|
|
@@ -517428,7 +517429,6 @@ var BlunTUI = class {
|
|
|
517428
517429
|
...item,
|
|
517429
517430
|
channelDeliveryFailures: failureCount
|
|
517430
517431
|
})), ...this.state.queuedMessages];
|
|
517431
|
-
if (error !== void 0) this.showError(uiText("blunTui.steer.failed", { error: formatErrorMessage$2(error) }));
|
|
517432
517432
|
this.updateQueueDisplay();
|
|
517433
517433
|
this.state.ui.requestRender();
|
|
517434
517434
|
this.scheduleQueueDrain();
|