fix: dont parse arguments after a -- in the inspector (#14333)
This commit is contained in:
parent
ff539c1d61
commit
97058837e7
2 changed files with 10 additions and 2 deletions
|
@ -211,6 +211,7 @@ void NodeBindings::Initialize() {
|
|||
|
||||
// Init node.
|
||||
// (we assume node::Init would not modify the parameters under embedded mode).
|
||||
// NOTE: If you change this line, please ping @codebytere or @MarshallOfSound
|
||||
node::Init(nullptr, nullptr, nullptr, nullptr);
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue