mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 08:50:35 +08:00
removing verbosity
This commit is contained in:
parent
45d7c124c8
commit
80d559f17e
@ -52,7 +52,7 @@ function exec(command) {
|
|||||||
if(!oShell.StdOut.AtEndOfStream) {
|
if(!oShell.StdOut.AtEndOfStream) {
|
||||||
var line = oShell.StdOut.ReadLine();
|
var line = oShell.StdOut.ReadLine();
|
||||||
// XXX: Change to verbose mode
|
// XXX: Change to verbose mode
|
||||||
WScript.StdOut.WriteLine(line);
|
// WScript.StdOut.WriteLine(line);
|
||||||
}
|
}
|
||||||
WScript.sleep(100);
|
WScript.sleep(100);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user