blun-king-cli 9.1.373 → 9.1.374
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 +2 -1
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -516228,7 +516228,8 @@ function requestRunningUpdateAtSafeBoundary(tui) {
|
|
|
516228
516228
|
})) {
|
|
516229
516229
|
if (tui.runningUpdatePreparedNoticeVersion !== version) {
|
|
516230
516230
|
tui.runningUpdatePreparedNoticeVersion = version;
|
|
516231
|
-
|
|
516231
|
+
const statusKey = mode === RUNNING_UPDATE_MODES.RESUME ? "update.resume.description" : "update.new.description";
|
|
516232
|
+
tui.showStatus(`${version} · ${uiText(statusKey)}`, "success");
|
|
516232
516233
|
}
|
|
516233
516234
|
return false;
|
|
516234
516235
|
}
|