Skip to content

Commit ddc367e

Browse files
authored
fix: pty crash on windows with legacy conpty path (#243314)
1 parent 3b10213 commit ddc367e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"native-is-elevated": "0.7.0",
104104
"native-keymap": "^3.3.5",
105105
"native-watchdog": "^1.4.1",
106-
"node-pty": "1.1.0-beta30",
106+
"node-pty": "1.1.0-beta31",
107107
"open": "^8.4.2",
108108
"tas-client-umd": "0.2.0",
109109
"v8-inspect-profiler": "^0.1.1",

remote/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"kerberos": "2.1.1",
3333
"minimist": "^1.2.6",
3434
"native-watchdog": "^1.4.1",
35-
"node-pty": "1.1.0-beta30",
35+
"node-pty": "1.1.0-beta31",
3636
"tas-client-umd": "0.2.0",
3737
"vscode-oniguruma": "1.7.0",
3838
"vscode-regexpp": "^3.1.0",

0 commit comments

Comments
 (0)