We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7850a commit 258032eCopy full SHA for 258032e
commands/utils/set_args.js
@@ -389,7 +389,7 @@ function sync_args_from_cmd(args) {
389
let dot_env_vars = undefined;
390
if ("sys-env-keys" in args) {
391
dot_env_vars = args["sys-env-keys"];
392
- } else if (lt_config["run_settings"]["sys_env_keys"]) {
+ } else if (lt_config["run_settings"] && lt_config["run_settings"]["sys_env_keys"]) {
393
dot_env_vars = lt_config["run_settings"]["sys_env_keys"];
394
}
395
let parsedEnv,envFile;
0 commit comments