Skip to content

src: exit explicitly after printing V8 help

V8 will not exit the process after handling --help anymore: https://chromium-review.googlesource.com/c/v8/v8/+/2276276

As a drive-by fix, correctly return in the print_bash_completion case as well.

Refs: https://github.com/nodejs/node/pull/34135 Co-authored-by: Ulan Degenbaev ulan@chromium.org

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading