Gio.Subprocess.prototype.get_stderr_pipe

function get_stderr_pipe(): Gio.InputStream {
    // Gjs wrapper for g_subprocess_get_stderr_pipe()
}
  

Gets the Gio.InputStream from which to read the stderr output of subprocess.

The process must have been created with Gio.SubprocessFlags.stderr_pipe.

Since 2.40

Returns

the stderr pipe