mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint issue (#516)
This commit is contained in:
parent
cd66a985cc
commit
907e96c7a0
@ -138,7 +138,7 @@ export class Kubectl {
|
|||||||
logger.error(`Local kubectl is version ${version}, expected ${this.kubectlVersion}, unlinking`)
|
logger.error(`Local kubectl is version ${version}, expected ${this.kubectlVersion}, unlinking`)
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`)
|
logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`)
|
||||||
}
|
}
|
||||||
await fs.promises.unlink(this.path)
|
await fs.promises.unlink(this.path)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user