1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix type error

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-01 08:25:55 -04:00
parent 862cd2ac0f
commit 3c9791e81e

View File

@ -167,7 +167,7 @@ export class Kubectl {
]);
if (!result.callWasSuccessful) {
this.dependencies.logger.error(`Local kubectl failed to run properly (${result.error}), removing`);
this.dependencies.logger.error(`[KUBECTL]: version at "${path}" failed to run properly, removing: ${result.error}`);
await this.dependencies.removePath(this.path);
return false;