Commit 665ff580 authored by nanahira's avatar nanahira

fix

parent 613bef07
Pipeline #43310 passed with stages
in 57 seconds
...@@ -498,7 +498,9 @@ export class Room { ...@@ -498,7 +498,9 @@ export class Room {
private disposeOcgcore() { private disposeOcgcore() {
try { try {
void this.ocgcore?.dispose().catch(() => {}); void this.ocgcore?.dispose().catch((e) => {
this.logger.warn({ error: e }, 'Error disposing ocgcore');
});
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