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