Skip to content

benchmark: remove unreachable return

Remove the unreachable return since this.abort has process.exit(1).

https://github.com/nodejs/node/blob/0f8e8f7c6b9e7a8bdae53c831f37b2034d1c9fa7/benchmark/_cli.js#L74-L84

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

Merge request reports

Loading