Add WARN log warning that version checking is not enabled.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user