Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20AD617AAC for ; Thu, 25 Jun 2015 01:08:52 +0000 (UTC) Received: (qmail 9047 invoked by uid 500); 25 Jun 2015 01:08:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 8974 invoked by uid 500); 25 Jun 2015 01:08:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 7834 invoked by uid 99); 25 Jun 2015 01:08:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 01:08:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3F840E361D; Thu, 25 Jun 2015 01:08:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 25 Jun 2015 01:09:25 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] ios commit: CB-9050 - cordova run --list does not show that you have an outdated ios-sim CB-9050 - cordova run --list does not show that you have an outdated ios-sim Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/e21bce36 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/e21bce36 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/e21bce36 Branch: refs/heads/master Commit: e21bce36eb8974259402509573bf4ae071f3bece Parents: ba7bafd Author: Shazron Abdullah Authored: Thu May 21 11:14:20 2015 -0700 Committer: Shazron Abdullah Committed: Thu May 21 11:14:20 2015 -0700 ---------------------------------------------------------------------- bin/templates/scripts/cordova/lib/list-emulator-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e21bce36/bin/templates/scripts/cordova/lib/list-emulator-images ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/list-emulator-images b/bin/templates/scripts/cordova/lib/list-emulator-images index 07dd1a4..0b8ab82 100755 --- a/bin/templates/scripts/cordova/lib/list-emulator-images +++ b/bin/templates/scripts/cordova/lib/list-emulator-images @@ -36,7 +36,7 @@ function listEmulatorImages () { }).then(function (stdio) { // Exec promise resolves with array [stout, stderr], and we need stdout only return stdio[0].trim().split('\n'); - }); + }).catch(console.log.bind(console)); } exports.run = listEmulatorImages; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org