Set the filename as HTML name instead of full path for scripting (#4477)
This commit is contained in:
parent
dcc380ef9f
commit
dec8a89c82
|
|
@ -123,7 +123,7 @@ export async function run(options) {
|
|||
resultUrls,
|
||||
timestamp,
|
||||
budget: budgetResult,
|
||||
name: url,
|
||||
name: url.startsWith('http') ? url : path.basename(url),
|
||||
log,
|
||||
getLogger,
|
||||
messageMaker,
|
||||
|
|
|
|||
Loading…
Reference in New Issue