From 85d9b1c247ef56673791e25dd1cff2d338ce8221 Mon Sep 17 00:00:00 2001 From: bryopsida <8363252+bryopsida@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:09:40 -0600 Subject: [PATCH] add doc for UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE --- docs/src/process.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/process.rst b/docs/src/process.rst index 4ec83768..2b09a93a 100644 --- a/docs/src/process.rst +++ b/docs/src/process.rst @@ -96,7 +96,13 @@ Data types * search for the exact file name before trying variants with * extensions like '.exe' or '.cmd'. */ - UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME = (1 << 7) + UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME = (1 << 7), + /* + * Spawn the child process with the error mode of its parent. + * This option is only meaningful on Windows systems. On Unix + * it is silently ignored. + */ + UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE = (1 << 8), /* * Set the child process' supplementary group ids. The group ids are supplied * in the 'gids' field in the options struct, and the number of groups is