jabr - v0.1.2
    Preparing search index...

    Function fail

    • Log an error through the logger and terminate the process non-zero.

      The single failure path for the whole engine; its never return type lets it be used in expression position without upsetting control-flow analysis.

      Parameters

      • message: string

        Human-readable explanation of what went wrong.

      Returns never

      Never returns — the process exits with status 1.