mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix grammer
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
73f52750ab
commit
c80a7b472a
@ -745,7 +745,7 @@ export class KubeApi<
|
|||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
if (!abortController.signal.aborted) {
|
if (!abortController.signal.aborted) {
|
||||||
this.dependencies.logger.error(`[KUBE-API] watch (${watchId}) throwed ${watchUrl}`, error);
|
this.dependencies.logger.error(`[KUBE-API] watch (${watchId}) threw ${watchUrl}`, error);
|
||||||
}
|
}
|
||||||
callback(null, error);
|
callback(null, error);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user