🎨 进程退出状态

This commit is contained in:
Liang Ding 2019-05-16 13:07:28 +08:00
parent c80d6746c0
commit 51fa9146d1
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,8 @@ func RunHandler(w http.ResponseWriter, r *http.Request) {
}
}
}(rand.Int())
logger.Warn("process", cmd.ProcessState)
}
// StopHandler handles request of stoping a running process.