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:
parent
862cd2ac0f
commit
3c9791e81e
@ -167,7 +167,7 @@ export class Kubectl {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if (!result.callWasSuccessful) {
|
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);
|
await this.dependencies.removePath(this.path);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user