mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 05:01:33 +00:00
Update server/model/monitor.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user