Skip to content

Commit 2728184

Browse files
committed
Fixes focus issue
1 parent 186aa40 commit 2728184

File tree

2 files changed

+527
-507
lines changed

2 files changed

+527
-507
lines changed

src/DrawioClient/DrawioClientFactory.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class DrawioClientFactory {
2020
private readonly config: Config,
2121
private readonly log: OutputChannel,
2222
private readonly extensionUri: Uri
23-
) {}
23+
) { }
2424

2525
public async createDrawioClientInWebview(
2626
uri: Uri,
@@ -305,6 +305,6 @@ function prettify(msg: unknown): string {
305305
return formatValue(obj, process.env.DEV === "1" ? 500 : 80);
306306
}
307307
return formatValue(msg, process.env.DEV === "1" ? 500 : 80);
308-
} catch {}
308+
} catch { }
309309
return "" + msg;
310310
}

0 commit comments

Comments
 (0)