mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Change error message for windows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5bc6c10b04
commit
5019781fbf
@ -35,7 +35,7 @@ const requestSystemCAsInjectable = getInjectable({
|
|||||||
const result = await execFile(wincaRootsExePath);
|
const result = await execFile(wincaRootsExePath);
|
||||||
|
|
||||||
if (!result.callWasSuccessful) {
|
if (!result.callWasSuccessful) {
|
||||||
logger.warn(`[INJECT-CAS]: Error retreiving CAs: ${result.error}`);
|
logger.warn(`[INJECT-CAS]: Error retreiving CAs`, result.error);
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user