mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
do nothing if not listen after speech
This commit is contained in:
@@ -109,7 +109,7 @@ class TaskGather extends Task {
|
|||||||
startListening(cs, ep);
|
startListening(cs, ep);
|
||||||
} else {
|
} else {
|
||||||
setTimeout(()=> {
|
setTimeout(()=> {
|
||||||
this.notifyTaskDone();
|
// this.notifyTaskDone();
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user