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

ASF subversion and git services commented on CB-9072:
-----------------------------------------------------

Commit 28a3d53aa111c55e546b3b3358db21325b0026eb in cordova-blackberry's branch 
refs/heads/master from [~timwindsor]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=28a3d53 ]

CB-9072 Fix exception logging in packager.js

github: close #184


> 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]

Reply via email to