Thread the parser into process_clean_after_marking

This commit is contained in:
ridiculousfish
2019-04-29 20:58:58 -07:00
parent 32d1b3d7cb
commit 9fb98baba6
9 changed files with 29 additions and 23 deletions

View File

@@ -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);