add missing checkLog

merge-requests/3/head
Moe 2018-07-12 23:18:29 -07:00
parent 946eba0618
commit 84073bd554
1 changed files with 1 additions and 0 deletions

View File

@ -3222,6 +3222,7 @@ s.camera=function(x,e,cn,tx){
}
s.group[e.ke].mon[e.id].coSpawnProcessor.on('end',s.group[e.ke].mon[e.id].coSpawnProcessorExit)
s.group[e.ke].mon[e.id].coSpawnProcessor.on('exit',s.group[e.ke].mon[e.id].coSpawnProcessorExit)
var checkLog = function(d,x){return d.indexOf(x)>-1;}
s.group[e.ke].mon[e.id].coSpawnProcessor.stderr.on('data',function(d){
d=d.toString();
switch(true){