Skip to content

Commit

Permalink
src/filters-downloader-creator.ts edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored and jellizaveta committed Dec 4, 2024
1 parent 8b5f0cc commit 514bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters-downloader-creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ const FiltersDownloaderCreator = (FileDownloadWrapper: IFileDownloader): IFilter
line,
context,
filterOrigin,
(error as Error).message,
error,
);
}

Expand Down

0 comments on commit 514bfe6

Please sign in to comment.