Update server/model/monitor.js

This commit is contained in:
Frank Elsinga 2026-01-05 20:25:14 +01:00 committed by GitHub
parent d7db40ba52
commit b2c9ccbeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -761,7 +761,7 @@ class Monitor extends BeanModel {
throw Error("Container State is " + res.data.State.Status);
}
if (res.data.State.Paused) {
throw Error("Container is paused");
throw Error("Container is in a paused state");
}
if (res.data.State.Restarting) {
bean.status = PENDING;