mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 18:31:14 -03:00
Thread the parser into process_clean_after_marking
This commit is contained in:
@@ -1961,7 +1961,7 @@ void reader_run_command(parser_t &parser, const wcstring &cmd) {
|
||||
gettimeofday(&time_before, NULL);
|
||||
|
||||
parser.eval(cmd, io_chain_t(), TOP);
|
||||
job_reap(true);
|
||||
job_reap(parser, true);
|
||||
|
||||
gettimeofday(&time_after, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user