Skip to content

Commit d341762

Browse files
thunder-codingRafaelGSS
authored andcommitted
doc: process.execve is only unavailable for Windows
execve() call is available on Android as well. When process.execve was first added, it seems like no one checked if that is actually available on Android as well and works out of the box as __POSIX__ is defined on Android. process.execve call seems to behave just as fine as on Linux environment in my testing, so just make the docs specify it. PR-URL: #57726 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent ad5d803 commit d341762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@ any exit or close events and without running any cleanup handler.
33423342
33433343
This function will never return, unless an error occurred.
33443344
3345-
This function is only available on POSIX platforms (i.e. not Windows or Android).
3345+
This function is not available on Windows.
33463346
33473347
## `process.report`
33483348

0 commit comments

Comments
 (0)