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

View File

@ -259,6 +259,7 @@ func RunHandler(w http.ResponseWriter, r *http.Request) {
}
}
cmd.Wait()
logger.Warn("process", cmd.ProcessState)
}(rand.Int())
}