Undo dot in comment

This commit is contained in:
Sander Declerck 2026-03-19 15:42:09 +01:00
parent 47377711b8
commit d9e6b89918
No known key found for this signature in database

View file

@ -70,7 +70,7 @@ export function getCombinedCaBundlePath() {
const safeChainPem = fs.readFileSync(safeChainPath, "utf8"); const safeChainPem = fs.readFileSync(safeChainPath, "utf8");
if (isParsable(safeChainPem)) parts.push(safeChainPem.trim()); if (isParsable(safeChainPem)) parts.push(safeChainPem.trim());
} catch { } catch {
// Ignore if Safe Chain CA. is not available // Ignore if Safe Chain CA is not available
} }
// 2) certifi (Mozilla CA bundle for all public HTTPS) // 2) certifi (Mozilla CA bundle for all public HTTPS)