syntax fix for kill allowStdinWrite

merge-requests/3/head
Moe 2018-07-08 09:38:22 -07:00
parent 52b79e14b3
commit 21c8bc47d6
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ s.getRequest = function(url,callback){
s.kill=function(x,e,p){
if(s.group[e.ke]&&s.group[e.ke].mon[e.id]&&s.group[e.ke].mon[e.id].spawn !== undefined){
if(s.group[e.ke].mon[e.id].spawn){
s.group[e.ke].mon[e.mid].allowStdinWrite = false
s.group[e.ke].mon[e.id].allowStdinWrite = false
s.txToDashcamUsers({
f : 'disable_stream',
ke : e.ke,