You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let host_env = match resolve_host_env(&command_runner).await{
180
-
Ok(env) => env,
181
-
Err(err) => {
182
-
eprintln!("Failed to resolve host env for terminal: {}", err);
183
-
std::collections::HashMap::new()
184
-
}
185
-
};
186
-
let host_env_list = host_env_to_list(&host_env);
187
-
let host_env_refs = host_env_list
178
+
// We don't need to resolve the environment from the host, I think `flatpak-spawn --host cmd` will already handle that for the subprocess we are spawning.
0 commit comments