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
Next Next commit
Merge remote-tracking branch 'upstream/master' into fix_evaluate_async
  • Loading branch information
patrickhulce committed Dec 2, 2016
commit a97a2ea692bb90598b33eb864f001792cdcff2a5
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ class LinkBlockingFirstPaintAudit extends Audit {
if (artifact.value === -1) {
return {
rawValue: -1,
debugString: (artifact && artifact.debugString) ||
'TagsBlockingFirstPaint gatherer did not run'
debugString: artifact.debugString
};
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.