Skip to content

Commit

Permalink
dispose client in createController
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Jul 31, 2024
1 parent 5d4de66 commit 91a1fea
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 91a1fea

Please sign in to comment.