Commit 613bef07 authored by nanahira's avatar nanahira

add more safety

parent cf3aaf64
...@@ -498,7 +498,7 @@ export class Room { ...@@ -498,7 +498,7 @@ export class Room {
private disposeOcgcore() { private disposeOcgcore() {
try { try {
this.ocgcore?.dispose().catch(); void this.ocgcore?.dispose().catch(() => {});
this.ocgcore = undefined; this.ocgcore = undefined;
} catch {} } catch {}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment