1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 23:04:49 +03:00
wezterm/pty
Wez Furlong 4d4f780f8b pty: unix: return an error if the executable doesn't exist
Without this check, something, presumably in the guts of rust itself,
generates `fatal runtime error: assertion failed:
output.write(&bytes).is_ok()` on the output stream of the spawned child
when attempting to spawn `wsl.exe` on linux.

refs: #1005
2021-08-08 15:21:41 -07:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src pty: unix: return an error if the executable doesn't exist 2021-08-08 15:21:41 -07:00
Cargo.toml windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00