Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9072

platforms\blackberry10\codrova\lib\packager.js:69 calls logger with exception not string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.7.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dlmiles Darryl L. Miles
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: