log was actually doing nothing...fixing it

This commit is contained in:
Anis Kadri
2012-06-27 17:55:35 -07:00
parent e639b6303e
commit 98138a0a60
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function debug_install() {
}
function log() {
WScript.Echo(exec("%comspec% /c adb.bat logcat"));
shell.Run("%comspec% /c adb logcat");
}
function launch() {
+1
View File
@@ -0,0 +1 @@
%~dp0\cordova.bat log