From e0adb06b42ca66b731585c81c9636a9f15886282 Mon Sep 17 00:00:00 2001 From: "Heekyoung, Oh" Date: Fri, 28 Apr 2017 16:00:34 +0900 Subject: [PATCH] [TIC-Web] bug fixed. update mic creation function - add the break point, when has inprogress job. Change-Id: I49f8f040f052fe61480eb2c48e50286f9a0e0e5a Signed-off-by: Heekyoung, Oh --- controller/mic.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controller/mic.js b/controller/mic.js index 92533eb..f20bf3c 100644 --- a/controller/mic.js +++ b/controller/mic.js @@ -123,6 +123,8 @@ Mic.create = function create(paramObj, io) { if (MIC_PROCESS === 0) { MIC_PROCESS = 1; + } else { + return; } strLogfile = paramObj.pathOutput + AppConfig.MIC.LOG; -- 2.7.4