Skip to content

Commit

Permalink
Add a comment with link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored and AdamWr committed Jun 28, 2023
1 parent 252040b commit 7d43e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scriptlets/prevent-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export function preventFetch(source, propsToMatch, responseBody = 'emptyObj', re
},
);
} catch (ex) {
// https://github.com/AdguardTeam/Scriptlets/issues/334
return noopPromiseResolve(strResponseBody, fetchData.url, responseType);
}
}
Expand Down

0 comments on commit 7d43e43

Please sign in to comment.