From 3426b93cd8644e9ac1aefd36eb33b343e98135ff Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 28 Apr 2017 13:09:06 -0700 Subject: [PATCH] fixup! inspector: restore --debug-brk alias --- src/node_debug_options.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node_debug_options.cc b/src/node_debug_options.cc index 2e4012978ec301..eda620b25127b4 100644 --- a/src/node_debug_options.cc +++ b/src/node_debug_options.cc @@ -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") {