Skip to content

Commit

Permalink
Fix logging manager on activation failure
Browse files Browse the repository at this point in the history
Same as Shopify#1920
  • Loading branch information
Earlopain committed Apr 18, 2024
1 parent d07d9c1 commit 18022e4
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 18022e4

Please sign in to comment.