Skip to content

Commit 082952e

Browse files
child_process: add tracing channel for spawn - linting fixup
Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
1 parent 119b086 commit 082952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,12 +1470,12 @@ Emitted when a new thread is created.
14701470
[`channel.runStores(context, ...)`]: #channelrunstorescontext-fn-thisarg-args
14711471
[`channel.subscribe(onMessage)`]: #channelsubscribeonmessage
14721472
[`channel.unsubscribe(onMessage)`]: #channelunsubscribeonmessage
1473+
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
14731474
[`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname
14741475
[`diagnostics_channel.subscribe(name, onMessage)`]: #diagnostics_channelsubscribename-onmessage
14751476
[`diagnostics_channel.tracingChannel()`]: #diagnostics_channeltracingchannelnameorchannels
14761477
[`end` event]: #endevent
14771478
[`error` event]: #errorevent
1478-
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
14791479
[`net.Server.listen()`]: net.md#serverlisten
14801480
[`process.execve()`]: process.md#processexecvefile-args-env
14811481
[`start` event]: #startevent

0 commit comments

Comments
 (0)