diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index a6448413..2b7af70a 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -970,7 +970,7 @@ class TaskGather extends SttTask { bugname: this.bugname }) .catch((err) => { - if (this.resolved) return; + if (this.resolved) return; this.logger.error({err}, 'Error stopping transcription'); }); }