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 115BA10236 for ; Fri, 30 Aug 2013 15:12:14 +0000 (UTC) Received: (qmail 21390 invoked by uid 500); 30 Aug 2013 15:12:13 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 21322 invoked by uid 500); 30 Aug 2013 15:12:12 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 21314 invoked by uid 99); 30 Aug 2013 15:12:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 15:12:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AB4AF89E902; Fri, 30 Aug 2013 15:12:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeffheifetz@apache.org To: commits@cordova.apache.org Message-Id: <091e72af385446ada75bf9cf0ec50c2c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: webworks commit: [BlackBerry10] Fixing a bug with debugtoken generation without prompt Date: Fri, 30 Aug 2013 15:12:11 +0000 (UTC) Updated Branches: refs/heads/master 011f84210 -> 16ef0a057 [BlackBerry10] Fixing a bug with debugtoken generation without prompt Reviewed By: James Keshavarzi Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/16ef0a05 Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/16ef0a05 Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/16ef0a05 Branch: refs/heads/master Commit: 16ef0a057cb5c3689a33e47007f58e7e68e03cc2 Parents: 011f842 Author: Jeffrey Heifetz Authored: Fri Aug 30 11:06:38 2013 -0400 Committer: Jeffrey Heifetz Committed: Fri Aug 30 11:09:08 2013 -0400 ---------------------------------------------------------------------- blackberry10/bin/templates/project/cordova/lib/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/16ef0a05/blackberry10/bin/templates/project/cordova/lib/run ---------------------------------------------------------------------- diff --git a/blackberry10/bin/templates/project/cordova/lib/run b/blackberry10/bin/templates/project/cordova/lib/run index 1375859..a2d1b45 100755 --- a/blackberry10/bin/templates/project/cordova/lib/run +++ b/blackberry10/bin/templates/project/cordova/lib/run @@ -255,7 +255,7 @@ function handleDebugToken(deployTarget, allDone) { done(err, result); }); } else { - done(program.keystorepass); + done(null, program.keystorepass); } }, debugTokenHelper.createToken.bind(this, properties, "all")