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

Fix freeze after closing terminal on windows (#4536)

This commit is contained in:
Sebastian Malton 2021-12-09 15:52:27 -05:00 committed by GitHub
parent 541c00cf24
commit b665a2efe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,8 @@ export abstract class ShellSession {
cwd,
env,
name: "xterm-256color",
// TODO: Something else is broken here so we need to force the use of winPty on windows
useConpty: false,
}));
}