mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
proper handling of case when amd fails because no speech credentials (#1220)
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user