mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Rename useConpty option since it is now stable
This commit is contained in:
parent
c67a815b45
commit
eaab187a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 config do not set the useConpty, it will be judged by the node-pty
|
||||||
if (typeof useConpty === 'boolean') {
|
if (typeof useConpty === 'boolean') {
|
||||||
options.experimentalUseConpty = useConpty;
|
options.useConpty = useConpty;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue