Skip to content

Commit

Permalink
fix: initialize diagnostics properly
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 21, 2020
1 parent 37fbc61 commit 60e8810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/app/node_main.cc
Expand Up @@ -141,6 +141,7 @@ int NodeMain(int argc, char* argv[]) {
node_debugger.Start();

node::BootstrapEnvironment(env);
env->InitializeDiagnostics();

gin_helper::Dictionary process(gin_env.isolate(), env->process_object());
#if defined(OS_WIN)
Expand Down

0 comments on commit 60e8810

Please sign in to comment.