Kevin Turner created CB-8023:
--------------------------------
Summary: weinre console.log fails when given null value
Key: CB-8023
URL: https://issues.apache.org/jira/browse/CB-8023
Project: Apache Cordova
Issue Type: Bug
Components: weinre
Reporter: Kevin Turner
Assignee: Patrick Mueller
weinre's Console._generic, through which all console.log messages go, contains
this line:
https://github.com/apache/cordova-weinre/blob/f8bcc48f84d9d08f04993328124a62b6bc5026c4/weinre.web/modules/weinre/target/Console.coffee#L78
message = messageParts[0].toString()
When messageParts[0] is null, that fails with "null is not an object" (on
cordova on iOS, other browsers may have different messages but also may not
have a toString on null).
It's a small mistake but terrifically annoying to track down such a crash
introduced by this debugging tool.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]