Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputConsumer

Interface for objects that can consume line-based output

Hierarchy

  • OutputConsumer

Implemented by

Index

Methods

Methods

error

  • error(error: string): void
  • Handle a line of error

    Parameters

    • error: string

      the line of stderr to process

    Returns void

output

  • output(line: string): void
  • Handle a line of output

    Parameters

    • line: string

      The line of output to process

    Returns void

Generated using TypeDoc