verify that we have errors before we show them (#2436)

This commit is contained in:
Peter Hedenskog 2019-04-24 07:41:10 +02:00 committed by GitHub
parent 998beb516d
commit 78c50e47f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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