From bfd3139f1945bad13658675c6474bcd0f7075fd3 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 6 Nov 2015 14:35:25 -0800 Subject: [PATCH] fix(win10): Ignore stdout from apmDedupe --- script/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/bootstrap b/script/bootstrap index ac3776c50..489187a37 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -90,6 +90,8 @@ function bootstrap() { apmInstallCommand += ' --loglevel error'; moduleInstallCommand += ' --loglevel error'; dedupeApmCommand += ' --quiet'; + + apmDedupeOptions.ignoreStdout = true; buildInstallOptions.ignoreStdout = true; apmInstallOptions.ignoreStdout = true; }