Skip to content

Commit 69caa64

Browse files
committed
Fix worker based error reporting for WMO
1 parent 446d8f4 commit 69caa64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/worker/work_processor.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void WorkProcessor::ProcessWorkRequest(
190190
}
191191
}
192192
}
193-
194-
FinalizeWorkRequest(request, response, exit_code, stderr_stream);
195193
}
194+
195+
FinalizeWorkRequest(request, response, exit_code, stderr_stream);
196196
}

0 commit comments

Comments
 (0)