Class: ProcessOutput

ProcessOutput(streamType, chunk)

This class is used for whenever a wrapped Process generates any kind of output.

Constructor

new ProcessOutput(streamType, chunk)

Parameters:
Name Type Description
streamType 'stdout' | 'stderr'
chunk Buffer | String
Source:

Members

asString

Provides the chunk as string, converted to utf-8.
Source: