Skip to content

Commit 051627b

Browse files
committed
chore: fix some eslint errors
1 parent 88bea88 commit 051627b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vscode-client/languageclientsmanger.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ export class LanguageClientsManager {
150150
}),
151151
);
152152
setTimeout(() => {
153-
this.updateStatusbarItem(vscode.window.activeTextEditor).then(undefined, undefined);
153+
this.updateStatusbarItem(vscode.window.activeTextEditor).then(
154+
(_) => undefined,
155+
(_) => undefined,
156+
);
154157
}, 1000);
155158
}
156159

0 commit comments

Comments
 (0)