File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ It is accessible using `require('trace_events')`.
5959
6060### trace_events.disableTracingCategories(...categories)
6161
62- * ` ...categories ` [ string] One or more category names.
62+ * ` ...categories ` { string} One or more category names.
6363
6464Disables trace event capture for the given set of category names.
6565
@@ -83,7 +83,7 @@ trace_events.disableTracingCategories(
8383
8484### trace_events.enableTracingCategories(...categories)
8585
86- * ` ...categories ` [ string] One or more category names.
86+ * ` ...categories ` { string} One or more category names.
8787
8888Enables trace event capture for the given set of category names.
8989
@@ -97,7 +97,7 @@ trace_events.enableTracingCategories('v8', 'node.async_hooks');
9797
9898### trace_events.getTracingCategories()
9999
100- * Return : {string[ ] }
100+ * Returns : {string[ ] }
101101
102102Returns an Array of the currently enabled trace event categories.
103103
You can’t perform that action at this time.
0 commit comments