1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

resolve pr comment

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-20 16:42:45 -04:00
parent 71df3ca0c5
commit 9c8e21fbc4

View File

@ -207,7 +207,7 @@ app.on("ready", async () => {
`Failed connection test: ${error}`, `Failed connection test: ${error}`,
"Check to make sure that no other versions of Lens are running", "Check to make sure that no other versions of Lens are running",
`Check ${hostsPath} to make sure that it is clean and that the localhost loopback is at the top and set to 127.0.0.1`, `Check ${hostsPath} to make sure that it is clean and that the localhost loopback is at the top and set to 127.0.0.1`,
"If you have HTTP_PROXY or http_proxy set in your environment, make sure that that localhost and the ipv4 loopback addr 127.0.0.1 are added to the NO_PROXY environment variable.", "If you have HTTP_PROXY or http_proxy set in your environment, make sure that the localhost and the ipv4 loopback address 127.0.0.1 are added to the NO_PROXY environment variable.",
]; ];
dialog.showErrorBox("Lens Proxy Error", message.join("\n\n")); dialog.showErrorBox("Lens Proxy Error", message.join("\n\n"));