Fix the error introduced in "Include page summary URL in the result JSON " (#3525)
This commit is contained in:
parent
6db5b90393
commit
4d528a7ae0
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue