Josh Soref created CB-6303:
------------------------------
Summary: 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)