mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix prev commit
This commit is contained in:
@@ -61,10 +61,10 @@ class TaskListen extends Task {
|
|||||||
if (this.ep && this.ep.connected) {
|
if (this.ep && this.ep.connected) {
|
||||||
this.logger.debug('TaskListen:kill closing websocket');
|
this.logger.debug('TaskListen:kill closing websocket');
|
||||||
try {
|
try {
|
||||||
await this.ep.forkAudioStop()
|
await this.ep.forkAudioStop();
|
||||||
this.logger.debug('TaskListen:kill successfully closed websocket');
|
this.logger.debug('TaskListen:kill successfully closed websocket');
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.logger.info(err, 'TaskListen:kill'));
|
this.logger.info(err, 'TaskListen:kill');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.recordStartTime) {
|
if (this.recordStartTime) {
|
||||||
|
|||||||
Reference in New Issue
Block a user