We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4886fbf commit 88fb771Copy full SHA for 88fb771
src/node_v8_platform-inl.h
@@ -149,7 +149,7 @@ struct V8Platform {
149
inline void DrainVMTasks(v8::Isolate* isolate) {}
150
inline void CancelVMTasks(v8::Isolate* isolate) {}
151
inline void StartTracingAgent() {
152
- if (!trace_enabled_categories.empty()) {
+ if (!per_process::cli_options->trace_event_categories.empty()) {
153
fprintf(stderr,
154
"Node compiled with NODE_USE_V8_PLATFORM=0, "
155
"so event tracing is not available.\n");
0 commit comments