mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 15:21:16 -03:00
Replace 0/1 with true/false in calls to job_reap
This commit is contained in:
@@ -2026,7 +2026,7 @@ void reader_run_command(parser_t &parser, const wcstring &cmd) {
|
||||
gettimeofday(&time_before, NULL);
|
||||
|
||||
parser.eval(cmd, io_chain_t(), TOP);
|
||||
job_reap(1);
|
||||
job_reap(true);
|
||||
|
||||
gettimeofday(&time_after, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user