build fix

This commit is contained in:
Eugene Pankov
2019-05-30 11:37:55 +02:00
parent f061ff53f2
commit 15e6c42692

View File

@@ -128,7 +128,7 @@ export class Session extends BaseSession {
cwd, cwd,
env: env, env: env,
// `1` instead of `true` forces ConPTY even if unstable // `1` instead of `true` forces ConPTY even if unstable
experimentalUseConpty: (isWindowsBuild(WIN_BUILD_CONPTY_SUPPORTED) && this.config.store.terminal.useConPTY) ? 1 : false, experimentalUseConpty: ((isWindowsBuild(WIN_BUILD_CONPTY_SUPPORTED) && this.config.store.terminal.useConPTY) ? 1 : false) as any,
}) })
this.guessedCWD = cwd this.guessedCWD = cwd