You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2015/08/04 01:38:05 UTC

[jira] [Closed] (CB-9072) platforms\blackberry10\codrova\lib\packager.js:69 calls logger with exception not string

     [ https://issues.apache.org/jira/browse/CB-9072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Gill closed CB-9072.
--------------------------
    Resolution: Fixed

> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org