Skip to content

Commit e2093d0

Browse files
committed
Better explanation about PIP issue on Windows
1 parent ff7fabd commit e2093d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/stages/platformio-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export default class PlatformIOCoreStage extends BaseStage {
317317
resolve(stdout);
318318
} else {
319319
if (misc.IS_WINDOWS) {
320-
stderr += '\n If you have antivirus software in a system, try to disable it for a while.';
320+
stderr = `If you have antivirus/firewall/defender software in a system, try to disable it for a while. \n ${stderr}`;
321321
}
322322
reject(new Error(`PIP: ${stderr}`));
323323
}

0 commit comments

Comments
 (0)