Skip to content

Commit

Permalink
fixup! inspector: restore --debug-brk alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github authored and Jan Krems committed May 4, 2017
1 parent 5eeb4f5 commit 3426b93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_debug_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ bool DebugOptions::ParseOption(const std::string& option) {
argument = option.substr(pos + 1);
}

// Note that --debug-port and --debug-brk are undocumented, but to be
// supported until 7.x is no longer supported, not even in LTS (see #12364).
if (option_name == "--inspect") {
enable_inspector = true;
} else if (option_name == "--inspect-brk" || option_name == "--debug-brk") {
Expand Down

0 comments on commit 3426b93

Please sign in to comment.