Skip to content

Commit

Permalink
MIN_VALUE
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 7, 2018
1 parent eeb777f commit 94edb8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class PerformanceCategoryRenderer extends CategoryRenderer {
try {
return audit.result.details.summary.wastedMs;
} catch (e) {
return -1;
return Number.MIN_VALUE;
}
}

Expand Down

0 comments on commit 94edb8c

Please sign in to comment.