This commit is contained in:
Dave Horton
2024-05-03 08:56:55 -04:00
parent 888fddff37
commit a23dc50c20

View File

@@ -970,7 +970,7 @@ class TaskGather extends SttTask {
bugname: this.bugname bugname: this.bugname
}) })
.catch((err) => { .catch((err) => {
if (this.resolved) return; if (this.resolved) return;
this.logger.error({err}, 'Error stopping transcription'); this.logger.error({err}, 'Error stopping transcription');
}); });
} }