Upgrade to node 8.2.0
This commit is contained in:
parent
9f8f95f4c9
commit
9d2aa6f1c7
5 changed files with 7 additions and 5 deletions
|
@ -27,9 +27,9 @@ void NodeDebugger::Start() {
|
|||
node::DebugOptions options;
|
||||
for (auto& arg : base::CommandLine::ForCurrentProcess()->argv()) {
|
||||
#if defined(OS_WIN)
|
||||
options.ParseOption(base::UTF16ToUTF8(arg));
|
||||
options.ParseOption("Electron", base::UTF16ToUTF8(arg));
|
||||
#else
|
||||
options.ParseOption(arg);
|
||||
options.ParseOption("Electron", arg);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue