stderr property

Stream connected to stderr (fd 2).

It is a Socket (which is a Duplex stream) unless fd 2 refers to a file, in which case it is a Writable stream.

Implementation

external TTYWriteStream get stderr;