Skip to content

WIP: lib: remove unnecessary bootstrap function?

Rodrigo Muino Tomonari requested to merge github/fork/Trott/isdebugbreak into master

Remove isDebugBreak() from bootstrap_node.js. It is only called if process._debugWaitConnect is true, but that only happens if the --debug-brk CLI flag is being used, which is exactly what isDebugBreak() is checking.

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

lib

Merge request reports

Loading