Options
All
  • Public
  • Public/Protected
  • All
Menu

Module errors

Index

Functions

exitError

  • exitError(error: Error): void
  • Shows an error in console and exit the process with error.

    Parameters

    • error: Error

      error to be shown

    Returns void

exitErrorString

  • exitErrorString(errorString: string): void
  • Shows an error in console and exit the process with error.

    Parameters

    • errorString: string

    Returns void

Generated using TypeDoc