mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
lint fixes
This commit is contained in:
@@ -241,7 +241,8 @@ export function MediaStreamer(__setActive, __setInactive, __setInfo, __orient) {
|
||||
if (__decoder !== null) {
|
||||
try {
|
||||
__decoder.close();
|
||||
} catch { // eslint-disable-line no-empty
|
||||
} catch {
|
||||
// Pass
|
||||
} finally {
|
||||
__decoder = null;
|
||||
__codec = "";
|
||||
|
||||
Reference in New Issue
Block a user