Fix new linter errors

This commit is contained in:
Henry Mercer 2024-08-05 19:22:26 +01:00
parent acb243eabd
commit ecb9ccfcb1
33 changed files with 41 additions and 33 deletions

2
lib/fingerprints.js generated
View file

@ -200,7 +200,7 @@ function resolveUriToFile(location, artifacts, sourceRoot, logger) {
try {
uri = decodeURIComponent(location.uri);
}
catch (e) {
catch {
logger.debug(`Ignoring location as URI "${location.uri}" is invalid`);
return undefined;
}