Skip to content

Commit

Permalink
Fix logging manager on activation failure (#1952)
Browse files Browse the repository at this point in the history
Same as #1920
  • Loading branch information
Earlopain authored Apr 22, 2024
1 parent 35186c4 commit 0580596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/ruby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class Ruby implements RubyInterface {
}

await vscode.window.showErrorMessage(
`Failed to activate ${this.versionManager} environment: ${error.message}`,
`Failed to activate ${this.versionManager.identifier} environment: ${error.message}`,
);
}
}
Expand Down

0 comments on commit 0580596

Please sign in to comment.