From 942c73e64beb5cae2ef523e3bbf9b8546921d671 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Sat, 26 Feb 2022 23:32:00 +0100 Subject: [PATCH] fix start listening --- lib/tasks/gather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 60bbee22..4de113d1 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -139,7 +139,7 @@ class TaskGather extends Task { } }); } - else startListening(); + else startListening(cs, ep); if (this.input.includes('speech') && this.listenDuringPrompt) { await this._initSpeech(cs, ep);