verify that we have errors before we show them (#2436)
This commit is contained in:
parent
998beb516d
commit
78c50e47f4
|
|
@ -28,7 +28,7 @@ block content
|
|||
| -
|
||||
|
|
||||
|
||||
if d.browsertime && d.browsertime.run.errors
|
||||
if d.browsertime && d.browsertime.run.errors && d.browsertime.run.errors.length > 0
|
||||
.errors
|
||||
b Errors
|
||||
ul
|
||||
|
|
|
|||
Loading…
Reference in New Issue