mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add note about PROCESS_EXIT still being used
This commit is contained in:
parent
8072900e16
commit
319d1b81fb
1 changed files with 2 additions and 0 deletions
|
@ -515,6 +515,8 @@ static int process_clean_after_marking(bool allow_interactive) {
|
|||
|
||||
// TODO: The generic process-exit event is useless and unused.
|
||||
// Remove this in future.
|
||||
// Update: This event is used for cleaning up the psub temporary files and folders.
|
||||
// Removing it breaks the psub tests as a result.
|
||||
proc_fire_event(L"PROCESS_EXIT", EVENT_EXIT, p->pid,
|
||||
(WIFSIGNALED(s) ? -1 : WEXITSTATUS(s)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue