Use our debugger implementation in Node
This commit is contained in:
parent
e7791a5486
commit
573c959a75
2 changed files with 9 additions and 15 deletions
|
@ -137,11 +137,6 @@ void NodeBindings::Initialize() {
|
|||
AtomCommandLine::InitializeFromCommandLine();
|
||||
#endif
|
||||
|
||||
// Parse the debug args.
|
||||
auto args = AtomCommandLine::argv();
|
||||
for (const std::string& arg : args)
|
||||
node::ParseDebugOpt(arg.c_str());
|
||||
|
||||
// Init node.
|
||||
// (we assume node::Init would not modify the parameters under embedded mode).
|
||||
node::Init(nullptr, nullptr, nullptr, nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue