Pass on result URL
This commit is contained in:
parent
e26e8fa44a
commit
0713520e04
|
|
@ -158,7 +158,10 @@ module.exports = {
|
|||
}
|
||||
return {
|
||||
errors,
|
||||
budgetResult
|
||||
budgetResult,
|
||||
resultUrl: resultUrls.hasBaseUrl()
|
||||
? resultUrls.reportSummaryUrl() + '/index.html'
|
||||
: ''
|
||||
};
|
||||
} catch (err) {
|
||||
log.error(err);
|
||||
|
|
|
|||
Loading…
Reference in New Issue