Skip to content

Commit

Permalink
Fix worker based error reporting for WMO (bazelbuild#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones authored Jun 10, 2021
1 parent 8b8f0d3 commit f9629ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/worker/work_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void WorkProcessor::ProcessWorkRequest(
}
}
}

FinalizeWorkRequest(request, response, exit_code, stderr_stream);
}

FinalizeWorkRequest(request, response, exit_code, stderr_stream);
}

0 comments on commit f9629ff

Please sign in to comment.