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 bdb6e7c commit 47fafe8
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 @@ -249,7 +249,7 @@ const FiltersDownloaderCreator = (FileDownloadWrapper: IFileDownloader): IFilter
line: string,
contextStr?: string,
url?: string,
errorMessage?: string,
originalError?: unknown,
): void => {
const errorChunks = [`${message} '${line}'`];

Expand Down

0 comments on commit 47fafe8

Please sign in to comment.