Fix the error introduced in "Include page summary URL in the result JSON " (#3525)

This commit is contained in:
Peter Hedenskog 2021-12-23 09:47:43 +01:00 committed by GitHub
parent 6db5b90393
commit 4d528a7ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ module.exports = {
? resultUrls.reportSummaryUrl() + '/index.html'
: '',
pageSummaryUrl:
url && resultUrls.hasBaseUrl()
url && resultUrls.hasBaseUrl() && !options.multi
? resultUrls.absoluteSummaryPageUrl(url) + 'index.html'
: '',
localPath: storageManager.getBaseDir()