This commit is contained in:
Dave Horton
2024-08-20 21:10:48 -04:00
parent 731d36b047
commit e61f086ba7

View File

@@ -90,6 +90,7 @@ class Dialogflow extends Task {
try {
await this.init(cs, ep);
await this.startBot();
await this.awaitTaskDone();
} catch (err) {
this.logger.error({err}, 'Dialogflow:exec error');
}