mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
bugfix to prev commit
This commit is contained in:
@@ -313,6 +313,7 @@ class CallSession extends Emitter {
|
|||||||
this.logger.error(err, `Error executing task #${stackNum}:${taskNum}: ${task.name}`);
|
this.logger.error(err, `Error executing task #${stackNum}:${taskNum}: ${task.name}`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (0 === this.tasks.length && this.hasStableDialog && this.requestor instanceof WsRequestor) {
|
if (0 === this.tasks.length && this.hasStableDialog && this.requestor instanceof WsRequestor) {
|
||||||
try {
|
try {
|
||||||
@@ -323,7 +324,6 @@ class CallSession extends Emitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// all done - cleanup
|
// all done - cleanup
|
||||||
this.logger.info('CallSession:exec all tasks complete');
|
this.logger.info('CallSession:exec all tasks complete');
|
||||||
|
|||||||
Reference in New Issue
Block a user