Set the filename as HTML name instead of full path for scripting

This commit is contained in:
soulgalore 2025-03-11 08:45:52 +01:00
parent dcc380ef9f
commit 42a205ca71
1 changed files with 1 additions and 1 deletions

View File

@ -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,