mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
191d28113e
This is done for compatibility, as many tools assume that running a command with "$TERMINAL -e $COMMAND" blocks until the command is finished. For example some tools delete a needed file after the command returns. But since we always return immediately (in case --always-new-process is not provided and if another wezterm instance is already running), this would mean that the file is deleted before the command could do anything. Fixes #4523 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |