mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
flush stdout
This commit is contained in:
@@ -73,6 +73,7 @@ static void buffer_finalizer(napi_env env, void *data, void *hint) {
|
||||
} else {
|
||||
printf("buffer_finalizer run from another thread\n");
|
||||
}
|
||||
fflush(stdout);
|
||||
free(data);
|
||||
buffer_finalize_count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user