1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

added comment

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2022-02-10 09:58:09 -05:00
parent ee868910b2
commit 35554a4f0d

View File

@ -30,6 +30,7 @@ export class LocalShellSession extends ShellSession {
public async open() {
let env = await this.getCachedShellEnv();
// extensions can modify the env
env = this.shellEnvModify(this.cluster.id, env);
const shell = env.PTYSHELL;