mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-18 01:19:53 +00:00
macOS: faster tab start with posix_spawn
This commit is contained in:
parent
ba3c0895cc
commit
d54226c370
@ -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",
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user