Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.0
-
None
-
None
Description
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