Skip to main content
property ClusterSettings.stdio

Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must contain an 'ipc' entry. When this option is provided, it overrides silent. See child_prcess.spawn()'s stdio.

Type

any[] | undefined
Back to top