We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent b5f7525 commit 0955267Copy full SHA for 0955267
tools/code_cache/mkcodecache.cc
@@ -24,6 +24,7 @@ using v8::Local;
24
int wmain(int argc, wchar_t* argv[]) {
25
#else // UNIX
26
int main(int argc, char* argv[]) {
27
+ argv = uv_setup_args(argc, argv);
28
#endif // _WIN32
29
30
v8::V8::SetFlagsFromString("--random_seed=42");
tools/snapshot/node_mksnapshot.cc
@@ -17,6 +17,7 @@
17
18
19
20
21
22
23
0 commit comments