mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 03:16:46 -07:00
fix(launcher): default stats cleanup to vocab mode
This commit is contained in:
@@ -260,7 +260,7 @@ export function parseCliPrograms(
|
||||
statsTriggered = true;
|
||||
if ((action || '').toLowerCase() === 'cleanup') {
|
||||
statsCleanup = true;
|
||||
statsCleanupVocab = options.vocab === true;
|
||||
statsCleanupVocab = options.vocab !== false;
|
||||
}
|
||||
statsLogLevel = typeof options.logLevel === 'string' ? options.logLevel : null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user