mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
Correct a comment
We now kill all jobs, not just background jobs
This commit is contained in:
@@ -2251,7 +2251,7 @@ static void handle_end_loop() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Kill background jobs before exiting.
|
||||
// Kill remaining jobs before exiting.
|
||||
jobs.reset();
|
||||
while (job_t *j = jobs.next()) {
|
||||
if (!job_is_completed(j)) {
|
||||
|
||||
Reference in New Issue
Block a user