Processing (Linux): reports command not found earlier

This commit is contained in:
李通洲
2026-03-26 14:23:12 +08:00
parent 0521513609
commit c69a6b7640
+2
View File
@@ -128,6 +128,8 @@ const char* ffProcessSpawn(char* const argv[], bool useStdErr, FFProcessHandle*
{
close(pipes[0]);
close(pipes[1]);
if (ret == ENOENT)
return "command not found";
return "posix_spawnp() failed";
}