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:
@@ -87,5 +87,6 @@ export const readFile = async (filePath, onLine) => {
|
||||
console.error(
|
||||
`Error occurred while reading ${basename(filePath)} - ${err.toString()}`
|
||||
);
|
||||
throw err;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user