Commit 613bef07 authored by nanahira's avatar nanahira

add more safety

parent cf3aaf64
......@@ -498,7 +498,7 @@ export class Room {
private disposeOcgcore() {
try {
this.ocgcore?.dispose().catch();
void this.ocgcore?.dispose().catch(() => {});
this.ocgcore = undefined;
} 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