| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4886fbf commit 88fb771
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,7 +149,7 @@ struct V8Platform { | |||
| 149 | 149 | inline void DrainVMTasks(v8::Isolate* isolate) {} | |
| 150 | 150 | inline void CancelVMTasks(v8::Isolate* isolate) {} | |
| 151 | 151 | inline void StartTracingAgent() { | |
| 152 | - if (!trace_enabled_categories.empty()) { | ||
| 152 | + if (!per_process::cli_options->trace_event_categories.empty()) { | ||
| 153 | 153 | fprintf(stderr, | |
| 154 | 154 | "Node compiled with NODE_USE_V8_PLATFORM=0, " | |
| 155 | 155 | "so event tracing is not available.\n"); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments