Anchorage API reference
    Preparing search index...
    interface CommandRunner {
        maxDurationMs: number;
        run(
            arguments_: readonly string[],
            options?: { cwd?: string; input?: string },
        ): Promise<CommandResult>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    maxDurationMs: number

    Hard upper bound after which the command and its subprocess tree terminate.

    Methods