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

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

Commit 04ba61d963c7f1774b4bff5d7eb3a5772e3f7088 in cordova-weinre's branch 
refs/heads/master from [~pmuellr]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;h=04ba61d ]

fix for CB-8023 - weinre console.log fails when given null value


> 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
>              Labels: easyfix, easytest
>
> 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]

Reply via email to