Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Error: Cannot read property 'startsWith' of undefined #1537

Closed
patrickhulce opened this issue Jan 25, 2017 · 1 comment
Closed

CLI Error: Cannot read property 'startsWith' of undefined #1537

patrickhulce opened this issue Jan 25, 2017 · 1 comment

Comments

@patrickhulce
Copy link
Collaborator

I've already fixed this in #1536 but I'll split out a fix since that review will likely take some time.

@patrickhulce
Copy link
Collaborator Author

Full stack trace:

Runtime error encountered: TypeError: Cannot read property 'startsWith' of undefined
    at row.cols.forEach.col (/Users/phulce/Code/Chrome/lighthouse/lighthouse-core/formatters/table.js:42:22)
    at Array.forEach (native)
    at table.rows.forEach.row (/Users/phulce/Code/Chrome/lighthouse/lighthouse-core/formatters/table.js:40:22)
    at Array.forEach (native)
    at result (/Users/phulce/Code/Chrome/lighthouse/lighthouse-core/formatters/table.js:38:22)
    at item.subItems.forEach.subitem (/Users/phulce/Code/Chrome/lighthouse/lighthouse-cli/printer.js:109:34)
    at Array.forEach (native)
    at aggregation.score.forEach.item (/Users/phulce/Code/Chrome/lighthouse/lighthouse-cli/printer.js:89:27)
    at Array.forEach (native)
    at results.aggregations.forEach.aggregation (/Users/phulce/Code/Chrome/lighthouse/lighthouse-cli/printer.js:84:27)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant