Skip to content

Spawn detached window hide option

Detached children are run in a new console window by default. For children that are intended to run in the background with no console I/O, this window is an annoying pop-up, so uv allows it to be hidden.

I can't think of a way to test this other than manually, which I still have to do, but @piscisaureus, this is what you suggested (I think).

/cc @nodejs/platform-windows

Includes a bit of the docs from https://github.com/nodejs/node/pull/2903.

Merge request reports

Loading