Skip to content

Commit

Permalink
dispose client in createController (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs authored Aug 1, 2024
1 parent 5d4de66 commit 14c57d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/vscode-lib/src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export function createController({
providers,
preloadDelay,
})
disposables.push(client)

const errorLog = (error: any) => {
console.error(error)
Expand Down

0 comments on commit 14c57d8

Please sign in to comment.