You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/01 00:43:46 UTC

[26/50] ios commit: Suppress output of cordova/lib/start-emulator for harmless message (we don't need to specify a template to Instruments)

Suppress output of cordova/lib/start-emulator for harmless message (we don't need to specify a template to Instruments)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/7cd2e2b9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/7cd2e2b9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/7cd2e2b9

Branch: refs/heads/wkwebview
Commit: 7cd2e2b9ee696775a8e01368a7c17c4dad8a37a5
Parents: 5bbfbf8
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Oct 17 16:46:27 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Oct 17 16:46:27 2014 -0700

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/start-emulator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7cd2e2b9/bin/templates/scripts/cordova/lib/start-emulator
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/start-emulator b/bin/templates/scripts/cordova/lib/start-emulator
index c300bb3..624335b 100755
--- a/bin/templates/scripts/cordova/lib/start-emulator
+++ b/bin/templates/scripts/cordova/lib/start-emulator
@@ -27,4 +27,4 @@ DEFAULT_TARGET="iPhone 5s"
 TARGET=${1:-$DEFAULT_TARGET}
 LIB_PATH=$( cd "$( dirname "$0" )" && pwd -P)
 
-xcrun instruments -w "$TARGET"
\ No newline at end of file
+xcrun instruments -w "$TARGET" &> /dev/null
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org