Update comments

This commit is contained in:
Reinier Criel 2025-11-13 11:21:53 -08:00
parent 84b8c2f2cf
commit a0e24b1722

View file

@ -70,7 +70,9 @@ export async function runPip(command, args) {
parsed.global = parsed.global || {}; parsed.global = parsed.global || {};
// Adding CERT and PROXY // Adding CERT and PROXY
// If either is already set, there's no neeed to throw an error; mitm might fail and throw later if the proxy config is invalid // If either is already set, there's no neeed to throw an error
// MITM might fail and throw later if the proxy config is invalid
// This ensures that no malware will be installed by safe-chain
// Cert // Cert
if (typeof parsed.global.cert === "undefined") { if (typeof parsed.global.cert === "undefined") {