do nothing if not listen after speech

This commit is contained in:
akirilyuk
2022-02-03 19:22:20 +01:00
parent 4636b487b4
commit b6d0d4cb0e

View File

@@ -109,7 +109,7 @@ class TaskGather extends Task {
startListening(cs, ep); startListening(cs, ep);
} else { } else {
setTimeout(()=> { setTimeout(()=> {
this.notifyTaskDone(); // this.notifyTaskDone();
}, 2000); }, 2000);
} }
} }