diff --git a/patches/node.v12.22.1.cpp.patch b/patches/node.v12.22.1.cpp.patch index e2a5ae9..e0e65cd 100644 --- a/patches/node.v12.22.1.cpp.patch +++ b/patches/node.v12.22.1.cpp.patch @@ -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); diff --git a/patches/node.v14.17.0.cpp.patch b/patches/node.v14.17.0.cpp.patch index ca0c7f3..89fddf3 100644 --- a/patches/node.v14.17.0.cpp.patch +++ b/patches/node.v14.17.0.cpp.patch @@ -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); diff --git a/patches/node.v16.3.0.cpp.patch b/patches/node.v16.3.0.cpp.patch index f5e7328..5765af9 100644 --- a/patches/node.v16.3.0.cpp.patch +++ b/patches/node.v16.3.0.cpp.patch @@ -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);