We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d810b7 commit e21fa83Copy full SHA for e21fa83
src/node.cc
@@ -398,7 +398,7 @@ MaybeLocal<Value> StartMainThreadExecution(Environment* env) {
398
}
399
400
if (env->options()->prof_process) {
401
- env->set_execution_mode(Environment::ExecutionMode::kPrintBashCompletion);
+ env->set_execution_mode(Environment::ExecutionMode::kProfProcess);
402
return StartExecution(env, "internal/main/prof_process");
403
404
0 commit comments