🎨 进程状态

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

View File

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