Skip to content

Commit aca868b

Browse files
committed
fix: lint
1 parent 964925a commit aca868b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/cm/lsp/serverLauncher.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ async function performInstallCheck(
190190
}
191191
}
192192

193-
194-
195193
async function startInteractiveServer(
196194
command: string,
197195
serverId: string,

src/index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ interface String {
3333
hash(): string;
3434
}
3535

36-
type ExecutorCallback = (type: "stdout" | "stderr" | "exit", data: string) => void;
36+
type ExecutorCallback = (
37+
type: "stdout" | "stderr" | "exit",
38+
data: string,
39+
) => void;
3740

3841
interface Executor {
3942
execute: (command: string, alpine: boolean) => Promise<string>;

0 commit comments

Comments
 (0)