Skip to content

Commit 8a0ca13

Browse files
committed
fix: test
1 parent b123cb9 commit 8a0ca13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lsp-server/src/common/features/diagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export class DiagnosticsFeature implements Feature {
300300
}
301301

302302
private getBrowserCustomRootCompatFilterInput(): BrowserCustomRootCompatFilterInput {
303-
const runtimeMode = this.beanMgr?.getRuntimeStatus().mode ?? 'off';
303+
const runtimeMode = this.beanMgr?.getRuntimeStatus?.().mode ?? 'off';
304304
const validRootAccounts = this.optionsManager.getValidRootAccounts();
305305
const customNonAsciiRoots = new Set<string>();
306306
for (const name of ROOT_OPTION_NAMES) {

0 commit comments

Comments
 (0)