Fix status check

main
Elbert Alias 4 years ago
parent 02601557d2
commit aa1e7d629f

@ -698,7 +698,7 @@ class Site {
if ( if (
url.protocol !== 'file:' && url.protocol !== 'file:' &&
this.analyzedUrls[url.href] && this.analyzedUrls[url.href] &&
!!this.analyzedUrls[url.href].status !this.analyzedUrls[url.href].status
) { ) {
await page.close() await page.close()