From 2de54ddedfb3d382df3dd9edd51e40ef2a2c9168 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Sat, 26 Feb 2022 22:21:24 +0100 Subject: [PATCH] start listening if not say nor play provided --- 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 7d446d13..f3d40f84 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -137,7 +137,7 @@ class TaskGather extends Task { } }); } - else this._startTimer(); + else startListening(); if (this.input.includes('speech') && this.listenDuringPrompt) { await this._initSpeech(cs, ep);