Skip to content

Commit

Permalink
fix: node20 patch syntax error winx64
Browse files Browse the repository at this point in the history
Ref #11
  • Loading branch information
robertsLando committed Dec 4, 2023
1 parent 31bbc32 commit 2ba1dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/node.v20.10.0.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ index f66099a557..29624b22cf 100644
argv[argc] = nullptr;
// Now that conversion is done, we can finally start.
- return node::Start(argc, argv);
+ return return reorder(argc, argv);
+ return reorder(argc, argv);
}
#else
// UNIX
Expand Down

0 comments on commit 2ba1dd8

Please sign in to comment.