Skip to content

Commit b0ca0cf

Browse files
committed
fix: initialize diagnostics properly
nodejs/node#30025
1 parent 0a61d3c commit b0ca0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/app/node_main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ int NodeMain(int argc, char* argv[]) {
141141
node_debugger.Start();
142142

143143
node::BootstrapEnvironment(env);
144+
env->InitializeDiagnostics();
144145

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

0 commit comments

Comments
 (0)