Skip to content

Commit

Permalink
refactor: improve logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Feb 7, 2025
1 parent 55e848f commit 8ff5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazonq/src/lsp/lspInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class AmazonQLSPResolver implements LspResolver {
manifest.versions,
path.dirname(installationResult.assetDirectory)
)
logger.debug(`cleaning old LSP versions deleted ${deletedVersions.length} versions`)
logger.debug(`Cleaned up ${deletedVersions.length} old versions`)

return {
...installationResult,
Expand Down

0 comments on commit 8ff5f40

Please sign in to comment.