Merge pull request #1679 from Eugeny/dependabot/npm_and_yarn/app/node-pty-0.10.0-beta2

Bump node-pty from 0.9.0-beta25 to 0.10.0-beta2 in /app
This commit is contained in:
Eugene
2019-10-26 10:37:41 -07:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

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