macOS: faster tab start with posix_spawn

This commit is contained in:
Eugene Pankov 2021-08-15 23:15:25 +02:00
parent ba3c0895cc
commit d54226c370
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
"keytar": "^7.7.0",
"mz": "^2.7.0",
"native-process-working-directory": "^1.0.2",
"node-pty": "^0.10.1",
"node-pty": "npm:@tabby-gang/node-pty@0.11.0-beta.0",
"npm": "6",
"rxjs": "^7.2.0",
"source-map-support": "^0.5.19",

View File

@ -2095,10 +2095,10 @@ node-gyp@^5.0.2, node-gyp@^5.1.0:
tar "^4.4.12"
which "^1.3.1"
node-pty@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.10.1.tgz#cd05d03a2710315ec40221232ec04186f6ac2c6d"
integrity sha512-JTdtUS0Im/yRsWJSx7yiW9rtpfmxqxolrtnyKwPLI+6XqTAPW/O2MjS8FYL4I5TsMbH2lVgDb2VMjp+9LoQGNg==
"node-pty@npm:@tabby-gang/node-pty@0.11.0-beta.0":
version "0.11.0-beta.0"
resolved "https://registry.yarnpkg.com/@tabby-gang/node-pty/-/node-pty-0.11.0-beta.0.tgz#5f7277931da76c12256e01d1ea2c509321eb236d"
integrity sha512-8eHvYpyzNfKhXyaiEgPDmSkq7MPtMgISUR6qSS/UxCS1ICH2tJY+oWBtn5YQVgJUlji1YLYZFKomDmt6ggrYNA==
dependencies:
nan "^2.14.0"