proper handling of case when amd fails because no speech credentials (#1220)

This commit is contained in:
Dave Horton
2025-05-28 13:01:08 -04:00
committed by GitHub
parent 4990b1fb68
commit b734952855

View File

@@ -139,7 +139,7 @@ class TaskConfig extends Task {
try { try {
this.ep = ep; this.ep = ep;
this.startAmd(cs, ep, this, this.data.amd); await this.startAmd(cs, ep, this, this.data.amd);
} catch (err) { } catch (err) {
this.logger.info({err}, 'Config:exec - Error calling startAmd'); this.logger.info({err}, 'Config:exec - Error calling startAmd');
} }