We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7fabd commit e2093d0Copy full SHA for e2093d0
src/installer/stages/platformio-core.js
@@ -317,7 +317,7 @@ export default class PlatformIOCoreStage extends BaseStage {
317
resolve(stdout);
318
} else {
319
if (misc.IS_WINDOWS) {
320
- stderr += '\n If you have antivirus software in a system, try to disable it for a while.';
+ stderr = `If you have antivirus/firewall/defender software in a system, try to disable it for a while. \n ${stderr}`;
321
}
322
reject(new Error(`PIP: ${stderr}`));
323
0 commit comments