mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(win10): Ignore stdout from apmDedupe
This commit is contained in:
parent
29383e436c
commit
bfd3139f19
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ function bootstrap() {
|
|||
apmInstallCommand += ' --loglevel error';
|
||||
moduleInstallCommand += ' --loglevel error';
|
||||
dedupeApmCommand += ' --quiet';
|
||||
|
||||
apmDedupeOptions.ignoreStdout = true;
|
||||
buildInstallOptions.ignoreStdout = true;
|
||||
apmInstallOptions.ignoreStdout = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue