Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git node/common.gypi node/common.gypi
index c5a7dc9cac..ea2c788f84 100644
index 283c60eab3..09b6fe4f19 100644
--- node/common.gypi
+++ node/common.gypi
@@ -192,7 +192,7 @@
Expand Down Expand Up @@ -59,7 +59,7 @@ index 46a21a02cb..fdb0edf42a 100644
static const char* GetVersion();

diff --git node/deps/v8/src/api/api.cc node/deps/v8/src/api/api.cc
index ba759168aa..f052c8b5a4 100644
index ef4546de27..60bb6a4edc 100644
--- node/deps/v8/src/api/api.cc
+++ node/deps/v8/src/api/api.cc
@@ -443,6 +443,28 @@ void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) {
Expand Down
2 changes: 1 addition & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"v24.14.0": ["node.v24.14.0.cpp.patch"],
"v24.14.1": ["node.v24.14.1.cpp.patch"],
"v22.22.2": ["node.v22.22.2.cpp.patch"],
"v20.20.2": ["node.v20.20.2.cpp.patch"],
"v18.20.8": ["node.v18.20.8.cpp.patch"],
Expand Down
Loading