Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
CB-7060 WP8. Fix large project build performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Jul 9, 2014
1 parent 9181154 commit 2a0bc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp8/template/cordova/lib/build.js
Expand Up @@ -70,7 +70,7 @@ function exec_verbose(command) {
//Wait a little bit so we're not super looping
WScript.sleep(100);
//Print any stdout output from the script
if (!oShell.StdOut.AtEndOfStream) {
while (!oShell.StdOut.AtEndOfStream) {
var line = oShell.StdOut.ReadLine();
Log(line);
}
Expand Down

0 comments on commit 2a0bc58

Please sign in to comment.