mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 04:21:53 +08:00
Strengthen Phishing Score Calculation
This commit is contained in:
@@ -26,12 +26,10 @@ export async function fetchAssets(
|
||||
try {
|
||||
await waitWithAbort(1800 + (index + 1) * 1200, controller.signal);
|
||||
} catch {
|
||||
console.log(picocolors.gray('[fetch cancelled early]'), picocolors.gray(url));
|
||||
throw reusedCustomAbortError;
|
||||
}
|
||||
}
|
||||
if (controller.signal.aborted) {
|
||||
console.log(picocolors.gray('[fetch cancelled]'), picocolors.gray(url));
|
||||
throw reusedCustomAbortError;
|
||||
}
|
||||
if (index >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user