This commit is contained in:
Ben Noordhuis 2026-03-24 09:53:35 +01:00 committed by GitHub
parent d9ec80a4bc
commit 69eda08da4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ Changing the UID/GID is only supported on Unix, ``uv_spawn`` will fail on
Windows with ``UV_ENOTSUP``. Windows with ``UV_ENOTSUP``.
* ``UV_PROCESS_WINDOWS_RESOLVE_BATCH`` - Considers .cmd and .bat files * ``UV_PROCESS_WINDOWS_RESOLVE_BATCH`` - Considers .cmd and .bat files
when resolving an executable without an explicit extensionon on Windows. when resolving an executable without an explicit extension on Windows.
Ignored on Unix. Ignored on Unix.
* ``UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS`` - No quoting or escaping of * ``UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS`` - No quoting or escaping of
``uv_process_options_t.args`` is done on Windows. Ignored on Unix. ``uv_process_options_t.args`` is done on Windows. Ignored on Unix.