8d117b214f/core/bind/core_bind.cpp (L452) This function calls the bottom function 8d117b214f/drivers/unix/os_unix.cpp (L312) OS.execute doesn't send out a value to stderr, so stderr defaults to false, which will invoke this bottom line and always silence stderr. 8d117b214f/drivers/unix/os_unix.cpp (L315) Some programs, such as FFmpeg, will print out to stderr with valuable and vital information. This fixes stderr always being silenced, user can now opt to have it be read as normal.
8d117b214f/core/bind/core_bind.cpp (L452)
8d117b214f/drivers/unix/os_unix.cpp (L312)
8d117b214f/drivers/unix/os_unix.cpp (L315)