You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Josh Soref (JIRA)" <ji...@apache.org> on 2014/03/18 17:00:46 UTC

[jira] [Commented] (CB-6303) Simplify error when user uses ^C at password prompt

    [ https://issues.apache.org/jira/browse/CB-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939417#comment-13939417 ] 

Josh Soref commented on CB-6303:
--------------------------------

https://github.com/blackberry/cordova-blackberry/pull/22

> Simplify error when user uses ^C at password prompt
> ---------------------------------------------------
>
>                 Key: CB-6303
>                 URL: https://issues.apache.org/jira/browse/CB-6303
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 3.4.0
>            Reporter: Josh Soref
>            Assignee: Josh Soref
>            Priority: Minor
>
> Steps to reproduce:
> Attached a device to machine. 
> Execute cordova run blackberry10
> When the following shows up, click control-C
> "Please enter your device password: "
> Actual result:
> Output: 
> .../myAppww/platforms/blackberry10/cordova/lib/utils.js:341
>             done(err, results.property);
>                              ^
> TypeError: Cannot read property 'property' of undefined
>     at .../myAppww/platforms/blackberry10/cordova/lib/utils.js:341:30
>     at .../myAppww/platforms/blackberry10/cordova/node_modules/prompt/lib/prompt.js:316:20
> ...
> Expected result:
> Command should exit more gracefully



--
This message was sent by Atlassian JIRA
(v6.2#6252)