Skip to content

Commit 1cc8e9a

Browse files
committed
kill
1 parent 43b429d commit 1cc8e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export namespace LSPClient {
169169
log.info("shutting down")
170170
connection.end()
171171
connection.dispose()
172-
server.kill()
172+
server.process.kill()
173173
},
174174
}
175175

0 commit comments

Comments
 (0)