Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Error thrown from the terminal in NodeConsole.cmd.

    0.1.1

    type CmdError = {
        pid: number;
        signal: number | null;
        status: number;
        output?: string[];
        stderr?: string;
        stdout?: string;
    }
    Index

    Properties

    pid: number
    signal: number | null
    status: number
    output?: string[]
    stderr?: string
    stdout?: string