From 383e7dc69d598c5359572449f0d8e51f1be0e85d Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 31 Jan 2019 15:21:41 +0100 Subject: [PATCH] guard fully loaded --- lib/plugins/html/templates/url/iteration/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/html/templates/url/iteration/index.pug b/lib/plugins/html/templates/url/iteration/index.pug index e77ab086e..35ce84dfb 100644 --- a/lib/plugins/html/templates/url/iteration/index.pug +++ b/lib/plugins/html/templates/url/iteration/index.pug @@ -52,7 +52,7 @@ block content tr td Requests: td #{d.pagexray.run.requests} - if d.browsertime && d.browsertime.run + if d.browsertime && d.browsertime.run && d.browsertime.run.fullyLoaded tr td Fully loaded: td #{h.time.ms(d.browsertime.run.fullyLoaded.toFixed(0))}