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