You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both appear to check out the exact same hash of -frontend and -protocol. Which indicates it's only Lighthouse that's changing.
Here's the error:
devtools frontend compilation output:
/tmp/tmp6f4UuQ/front_end/bindings/FileUtils.js:146: WARNING - Property result never defined on EventTarget
const buffer = event.target.result;
^^^^^^
I'm not really sure why this started cropping up after bc9efba, but a bisect confirmed that this is the commit where it started.
The text was updated successfully, but these errors were encountered:
The
yarn compile-devtools
script has been failing for the past few days.Here's two recent builds from master:
PASSING: https://travis-ci.org/GoogleChrome/lighthouse/jobs/351077847#L828
FAILING: https://travis-ci.org/GoogleChrome/lighthouse/jobs/351130910#L826
Both appear to check out the exact same hash of -frontend and -protocol. Which indicates it's only Lighthouse that's changing.
Here's the error:
devtools frontend compilation output: /tmp/tmp6f4UuQ/front_end/bindings/FileUtils.js:146: WARNING - Property result never defined on EventTarget const buffer = event.target.result; ^^^^^^
I'm not really sure why this started cropping up after bc9efba, but a bisect confirmed that this is the commit where it started.
The text was updated successfully, but these errors were encountered: