fix doFatalErrorCatch in monitors/utils.js
parent
29dcec2810
commit
c1cdbb011e
|
|
@ -1295,6 +1295,7 @@ module.exports = (s,config,lang) => {
|
||||||
async function doFatalErrorCatch(e,d){
|
async function doFatalErrorCatch(e,d){
|
||||||
const groupKey = e.ke
|
const groupKey = e.ke
|
||||||
const monitorId = e.mid || e.id
|
const monitorId = e.mid || e.id
|
||||||
|
const activeMonitor = getActiveMonitor(groupKey,monitorId)
|
||||||
if(activeMonitor.isStarted === true){
|
if(activeMonitor.isStarted === true){
|
||||||
const activeMonitor = getActiveMonitor(groupKey,monitorId)
|
const activeMonitor = getActiveMonitor(groupKey,monitorId)
|
||||||
activeMonitor.isStarted = false
|
activeMonitor.isStarted = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue