patches: fixup a24649d

This commit is contained in:
Jesse Chan 2021-06-08 22:28:49 +08:00
parent a24649d81c
commit 55a34ad0af
3 changed files with 3 additions and 3 deletions

View File

@ -547,7 +547,7 @@ index 0000000000..fb2d47f52b
}
#else
// UNIX
@@ -123,6 +125,73 @@ int main(int argc, char* argv[]) {
@@ -123,6 +125,76 @@ int main(int argc, char* argv[]) {
// calls elsewhere in the program (e.g., any logging from V8.)
setvbuf(stdout, nullptr, _IONBF, 0);
setvbuf(stderr, nullptr, _IONBF, 0);

View File

@ -540,7 +540,7 @@ index 0000000000..fb2d47f52b
}
#else
// UNIX
@@ -138,6 +140,73 @@ int main(int argc, char* argv[]) {
@@ -138,6 +140,76 @@ int main(int argc, char* argv[]) {
// calls elsewhere in the program (e.g., any logging from V8.)
setvbuf(stdout, nullptr, _IONBF, 0);
setvbuf(stderr, nullptr, _IONBF, 0);

View File

@ -408,7 +408,7 @@ index 0000000000..fb2d47f52b
}
#else
// UNIX
@@ -124,6 +126,73 @@ int main(int argc, char* argv[]) {
@@ -124,6 +126,76 @@ int main(int argc, char* argv[]) {
// calls elsewhere in the program (e.g., any logging from V8.)
setvbuf(stdout, nullptr, _IONBF, 0);
setvbuf(stderr, nullptr, _IONBF, 0);