From 9a3316b124b975c9d729dd85f26a41b3a64b7f7b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 16 May 2019 13:12:04 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=BF=9B=E7=A8=8B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- output/run.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/run.go b/output/run.go index 3ffd992..fa7f150 100644 --- a/output/run.go +++ b/output/run.go @@ -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.