Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tsc
  • Loading branch information
patrickhulce committed Jun 5, 2019
commit 3f8500e30db25958436ff34311443a93230c4ce4
2 changes: 1 addition & 1 deletion lighthouse-core/gather/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ class Driver {
storageTypes: typesToClear,
});
} catch (err) {
if (/** @type {LighthouseError} */(err).code === 'PROTOCOL_TIMEOUT') {
if (/** @type {LH.LighthouseError} */(err).code === 'PROTOCOL_TIMEOUT') {
log.warn('Driver', 'clearDataForOrigin timed out');
} else {
throw err;
Expand Down