[windows] Fixed output not being flushed on fail-fast mode
This commit is contained in:
parent
7f7029cb03
commit
5413075812
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ void setup_parent_job(void) {
|
|||
}
|
||||
|
||||
void cr_killall(void) {
|
||||
fflush(NULL);
|
||||
#ifdef VANILLA_WIN32
|
||||
if (!TerminateJobObject(cr_job, 1))
|
||||
abort();
|
||||
|
|
Loading…
Add table
Reference in a new issue