@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Function stdioCaptureProcessor

    • Simply captures the output of the script executed by waitOnScript.

      Parameters

      • stdio: Stdio

        The standard io tuple provided by waitOnScript

      • onStdOutLine: (msg: string) => void

        The callback is executed each time we receive a new line from the standard output channel.

      • onStdErrLine: (msg: string) => void

        The callback is executed each time we receive a new line from the standard error channel.

      Returns void