mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 12:11:16 -03:00
Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before)
This commit is contained in:
@@ -352,4 +352,5 @@ pid_t execute_fork(bool wait_for_threads_to_die)
|
||||
debug( 0, FORK_ERROR );
|
||||
wperror (L"fork");
|
||||
FATAL_EXIT();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user