mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-07 13:49:47 +00:00
auto-save
This commit is contained in:
parent
1351a02ebc
commit
3c46289c5c
1 changed files with 4 additions and 0 deletions
|
|
@ -856,6 +856,10 @@ class ArgParser {
|
|||
logger.info("Saving localStorage and sessionStorage");
|
||||
}
|
||||
|
||||
// temp
|
||||
if (!argv.saveProfile) {
|
||||
argv.saveProfile = true;
|
||||
}
|
||||
if (argv.saveProfile === true) {
|
||||
argv.saveProfile = argv.profile;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue