Skip to content

Commit c53df1e

Browse files
committed
added command log file
1 parent de4e2f9 commit c53df1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/utils/set_args.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ function sync_args_from_cmd(args) {
444444

445445
if ("cmd_log" in args) {
446446
if (args["cmd_log"] == "true") {
447-
lt_config.run_settings.commandLog = true;
447+
lt_config["run_settings"]["command_log"] = true;
448448
} else {
449-
lt_config.run_settings.commandLog = false;
449+
lt_config["run_settings"]["command_log"] = false;
450450
}
451451
}
452452

0 commit comments

Comments
 (0)