Skip to content

Commit 942d32a

Browse files
committed
add false case
1 parent b678547 commit 942d32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/utils/set_args.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ function sync_args_from_cmd(args) {
448448
} else {
449449
lt_config["run_settings"]["command_log"] = false;
450450
}
451+
} else if (!lt_config["run_settings"]["command_log"]) {
452+
lt_config["run_settings"]["command_log"] = false;
451453
}
452454

453455
//get specs from current directory if specs are not passed in config or cli

0 commit comments

Comments
 (0)