mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
throw errors in utils and helpers
This commit is contained in:
@@ -38,6 +38,7 @@ const downloadLists = async (filename, urls) => {
|
||||
} catch (err) {
|
||||
console.error(`An error occurred while processing ${filename}:\n`, err);
|
||||
console.error("URLs:\n", urls);
|
||||
throw err;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user