[TIC-Web] bug fixed. update mic creation function 43/127643/2
authorHeekyoung, Oh <heekyoung.oh@samsung.com>
Fri, 28 Apr 2017 07:00:34 +0000 (16:00 +0900)
committerHeekyoung, Oh <heekyoung.oh@samsung.com>
Fri, 28 Apr 2017 07:13:12 +0000 (16:13 +0900)
- add the break point, when has inprogress job.

Change-Id: I49f8f040f052fe61480eb2c48e50286f9a0e0e5a
Signed-off-by: Heekyoung, Oh <heekyoung.oh@samsung.com>
controller/mic.js

index 92533eb..f20bf3c 100644 (file)
@@ -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;