🎨 进程状态
This commit is contained in:
parent
51fa9146d1
commit
9a3316b124
|
@ -258,9 +258,9 @@ func RunHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
wsChannel.Refresh()
|
wsChannel.Refresh()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}(rand.Int())
|
|
||||||
|
|
||||||
logger.Warn("process", cmd.ProcessState)
|
logger.Warn("process", cmd.ProcessState)
|
||||||
|
}(rand.Int())
|
||||||
}
|
}
|
||||||
|
|
||||||
// StopHandler handles request of stoping a running process.
|
// StopHandler handles request of stoping a running process.
|
||||||
|
|
Loading…
Reference in New Issue