chore: add prefix to ip2l download errors

This commit is contained in:
Jonathan Barrow 2025-10-01 10:54:20 -04:00
parent 1e864b7aa0
commit 56a7d4a870
No known key found for this signature in database
GPG Key ID: 2A7DAA6DED5A77E5

View File

@ -39,7 +39,7 @@ async function main() {
}
}
} catch (error) {
console.error(error);
console.error('Error downloading IP2Location databases:', error);
}
}
}