1
0
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:
Sebastian Malton 2022-10-26 15:10:51 -04:00
parent 5bc6c10b04
commit 5019781fbf

View File

@ -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 [];
} }