Add WARN log warning that version checking is not enabled.

This commit is contained in:
2026-02-17 18:56:09 +00:00
parent b42e37c569
commit b0a45f4000

View File

@@ -26,6 +26,7 @@ async function main() {
} }
// Check if package already processed HERE... // Check if package already processed HERE...
log('WARN', 'Version check disabled, downloading data from source');
// exit(0) if done, else continue // exit(0) if done, else continue
const inputStream: Readable = await getRequestStream(packageInfo.assets[0].browser_download_url); const inputStream: Readable = await getRequestStream(packageInfo.assets[0].browser_download_url);