chore: bump node to v16.4.0 (main) (#29699)
This commit is contained in:
parent
da2baabb96
commit
e4807ac020
30 changed files with 191 additions and 596 deletions
|
@ -178,8 +178,9 @@ int NodeMain(int argc, char* argv[]) {
|
|||
if (flags_exit_code != 0)
|
||||
exit(flags_exit_code);
|
||||
|
||||
node::InitializationSettingsFlags flags = node::kRunPlatformInit;
|
||||
node::InitializationResult result =
|
||||
node::InitializeOncePerProcess(argc, argv);
|
||||
node::InitializeOncePerProcess(argc, argv, flags);
|
||||
|
||||
if (result.early_return)
|
||||
exit(result.exit_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue