Update server/model/monitor.js

pull/6584/head
Frank Elsinga 4 months ago committed by GitHub
parent d7db40ba52
commit b2c9ccbeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;

Loading…
Cancel
Save