From eaab187a0c99fe75a950bda795578875c8836c06 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Tue, 22 Oct 2019 21:08:15 +0100 Subject: [PATCH] Rename useConpty option since it is now stable --- app/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/session.js b/app/session.js index f1a0a6d4..ee8fc246 100644 --- a/app/session.js +++ b/app/session.js @@ -117,7 +117,7 @@ module.exports = class Session extends EventEmitter { // if config do not set the useConpty, it will be judged by the node-pty if (typeof useConpty === 'boolean') { - options.experimentalUseConpty = useConpty; + options.useConpty = useConpty; } try {