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

Clara updated CB-12185:
-----------------------
    Description: 
I had a problem trying to understand why my program is failing. When weinre 
tries to show me the error it fails, because MessageParts length is 0

Line:
{code:javascript}
Console.prototype._generic = function(level, messageParts) {
var message, messagePart, parameters, payload, _i, _len;
message = messageParts[0].toString(); <-- length 0 I don't know why but in my 
case is 0.
parameters = [];
{code}

I fixed it with a null verification and now I can see my real error. Here is 
the difference: [ImageLink|https://cdn.pbrd.co/images/1QiBx9nyb.jpg] 

Files con

  was:
I had a problem trying to understand why my program is failing. When weinre 
tries to show me the error it fails, because MessageParts length is 0

Line:
{code:javascript}
Console.prototype._generic = function(level, messageParts) {
var message, messagePart, parameters, payload, _i, _len;
message = messageParts[0].toString(); <-- length 0 I don't know why but in my 
case is 0.
parameters = [];
{code}

I fixed it with a null verification and now I can see my real error. Here is 
the difference: [ImageLink|https://cdn.pbrd.co/images/1QiBx9nyb.jpg] 


> problem with messageParts[0] = null
> -----------------------------------
>
>                 Key: CB-12185
>                 URL: https://issues.apache.org/jira/browse/CB-12185
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: weinre
>    Affects Versions: 2.0.0
>         Environment: Windows7 debugging angular2 project in ipad.
>            Reporter: Clara
>            Assignee: Patrick Mueller
>              Labels: easyfix
>
> I had a problem trying to understand why my program is failing. When weinre 
> tries to show me the error it fails, because MessageParts length is 0
> Line:
> {code:javascript}
> Console.prototype._generic = function(level, messageParts) {
> var message, messagePart, parameters, payload, _i, _len;
> message = messageParts[0].toString(); <-- length 0 I don't know why but in my 
> case is 0.
> parameters = [];
> {code}
> I fixed it with a null verification and now I can see my real error. Here is 
> the difference: [ImageLink|https://cdn.pbrd.co/images/1QiBx9nyb.jpg] 
> Files con



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