@bluelibs/runner - v6.3.1
    Preparing search index...

    Variable executionCycleErrorConst

    executionCycleError: IErrorHelper<
        {
            frame: {
                id: string;
                kind: string;
                source: { id: string; kind: string };
            };
            maxRepetitions: number;
            repetitions: number;
            trace: readonly {
                id: string;
                kind: string;
                source: { id: string; kind: string };
            }[];
        } & DefaultErrorType,
    > = ...