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 ddd9ac0 commit 6fd1af1
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 @@ -241,7 +241,7 @@ const FiltersDownloaderCreator = (FileDownloadWrapper: IFileDownloader): IFilter
* @param line The line where the error occurred.
* @param contextStr The context string (3 lines before) to include in the error message.
* @param url The URL of the filter file.
* @param originalError The error message to include in the error message.
* @param originalError Caught original error.
* @throws {Error} Throws an error with a detailed error message.
*/
const throwError = (
Expand Down

0 comments on commit 6fd1af1

Please sign in to comment.