Skip to content

Commit 258032e

Browse files
committed
addressed comments
1 parent aa7850a commit 258032e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/set_args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function sync_args_from_cmd(args) {
389389
let dot_env_vars = undefined;
390390
if ("sys-env-keys" in args) {
391391
dot_env_vars = args["sys-env-keys"];
392-
} else if (lt_config["run_settings"]["sys_env_keys"]) {
392+
} else if (lt_config["run_settings"] && lt_config["run_settings"]["sys_env_keys"]) {
393393
dot_env_vars = lt_config["run_settings"]["sys_env_keys"];
394394
}
395395
let parsedEnv,envFile;

0 commit comments

Comments
 (0)