aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/run.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/run.ts')
-rw-r--r--editors/code/src/run.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts
index 4a5c6ad41..c09954614 100644
--- a/editors/code/src/run.ts
+++ b/editors/code/src/run.ts
@@ -111,7 +111,7 @@ export function prepareEnv(runnable: ra.Runnable, runnableEnvCfg: RunnableEnvCfg
111 } 111 }
112 } 112 }
113 } else { 113 } else {
114 Object.assign(env, runnableEnvCfg as Record<string, string>); 114 Object.assign(env, runnableEnvCfg);
115 } 115 }
116 } 116 }
117 117