import { EmptyOutputHandler } from "https://deno.land/x/proc@0.20.5/legacy/runners/handlers/empty-handlers.ts";
Write lines of stdout
to stdout
of the parent process, unbuffered.
Constructors
new
EmptyOutputHandler(processStderr: StderrProcessor, errorHandler: ErrorHandler)Methods
processOutput(): Promise<void>
stdout: MultiCloseReader,
stderr: MultiCloseReader,
process: MultiCloseProcess,
input: { stdin: MultiCloseWriter; handlerResult: Promise<null | Error>; },