[
https://issues.apache.org/jira/browse/CB-9072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569652#comment-14569652
]
ASF GitHub Bot commented on CB-9072:
------------------------------------
GitHub user timwindsor opened a pull request:
https://github.com/apache/cordova-blackberry/pull/184
Fixes CB-9072
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/timwindsor/cordova-blackberry CB-9072
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-blackberry/pull/184.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #184
----
commit 650e665cc4baf80aa85075ddf2ee3bc1d566544e
Author: Tim Windsor <[email protected]>
Date: 2015-06-02T19:54:46Z
Fixes CB-9072
----
> platforms\blackberry10\codrova\lib\packager.js:69 calls logger with exception
> not string
> ----------------------------------------------------------------------------------------
>
> Key: CB-9072
> URL: https://issues.apache.org/jira/browse/CB-9072
> Project: Apache Cordova
> Issue Type: Bug
> Components: BlackBerry
> Affects Versions: 3.7.0
> Reporter: Darryl L. Miles
>
> You can not call: `logger.error(e);` using the JavaScript exception object,
> the API must take a defined String type.
> Replace with `logger.error(e.message);` instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]