From b0a45f4000703d445fbfbbd2db7192a897087552 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 17 Feb 2026 18:56:09 +0000 Subject: [PATCH] Add WARN log warning that version checking is not enabled. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a26ca05..008c636 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,6 +26,7 @@ async function main() { } // Check if package already processed HERE... + log('WARN', 'Version check disabled, downloading data from source'); // exit(0) if done, else continue const inputStream: Readable = await getRequestStream(packageInfo.assets[0].browser_download_url);