mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Fix --v8-options command line argument.
This commit is contained in:
@@ -457,6 +457,7 @@ static void ParseArgs(int *argc, char **argv) {
|
||||
exit(0);
|
||||
} else if (strcmp(arg, "--v8-options") == 0) {
|
||||
argv[i] = reinterpret_cast<const char*>("--help");
|
||||
dash_dash_index = i+1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user