fix(win10): Ignore stdout from apmDedupe

This commit is contained in:
Ben Gotow 2015-11-06 14:35:25 -08:00
parent 29383e436c
commit bfd3139f19

View file

@ -90,6 +90,8 @@ function bootstrap() {
apmInstallCommand += ' --loglevel error';
moduleInstallCommand += ' --loglevel error';
dedupeApmCommand += ' --quiet';
apmDedupeOptions.ignoreStdout = true;
buildInstallOptions.ignoreStdout = true;
apmInstallOptions.ignoreStdout = true;
}