fix(core): Handle PTY spawn errors in macOS sandbox (#11539)

This commit is contained in:
Gal Zahavi
2025-10-20 17:14:27 -07:00
committed by GitHub
parent 723b8d33c2
commit 72b16b3a24
2 changed files with 24 additions and 13 deletions

View File

@@ -22,4 +22,6 @@
(literal "/dev/stdout")
(literal "/dev/stderr")
(literal "/dev/null")
)
(literal "/dev/ptmx")
(regex #"^/dev/ttys[0-9]*$")
)