@mikeyt23/node-cli-utils
    Preparing search index...

    Interface SpawnOptionsWithThrow

    An extension of the built-in SpawnOptions with an extra option to specify whether a non-zero exit code should throw an error. Used with method spawnAsync.

    interface SpawnOptionsWithThrow {
        simpleErrorMsg?: string;
        throwOnNonZero: boolean;
    }

    Hierarchy

    • SpawnOptions
      • SpawnOptionsWithThrow
    Index

    Properties

    simpleErrorMsg?: string
    throwOnNonZero: boolean