diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 2b4a516f..0dbe4953 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -111,7 +111,7 @@ class TaskGather extends Task { if (!this.killed) startListening(cs, ep); }); } - else startListening(); + else startListening(cs, ep); if (this.input.includes('speech') && this.listenDuringPrompt) { await this._initSpeech(cs, ep);