[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-05 07:37:25 +00:00 committed by GitHub
parent 5af0753415
commit 6ce5e90650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -762,7 +762,7 @@ class Monitor extends BeanModel {
}
if (res.data.State.Paused) {
throw Error("Container is paused");
}
}
if (res.data.State.Restarting) {
bean.status = PENDING;
bean.msg = "Container is reporting it is currently restarting";