mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
amcrest: error/logging cleanups
This commit is contained in:
@@ -281,13 +281,13 @@ class AmcrestCamera extends RtspSmartCamera implements VideoCameraConfiguration,
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
this.console.error('audio finished with error', e);
|
||||
this.console.error('audio finished');
|
||||
}
|
||||
finally {
|
||||
passthrough.end();
|
||||
}
|
||||
|
||||
this.cp.kill();
|
||||
this.stopIntercom();
|
||||
});
|
||||
const port = await listenZero(server)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user