UNPKG

@qualweb/core

Version:
14 lines 471 B
import type { Cluster } from 'puppeteer-cluster'; import type { LogOptions } from './LogOptions'; export declare class ErrorManager { private readonly logOptions?; private readonly timestamp; private readonly fileName; private error; constructor(logOptions?: LogOptions); handle(cluster?: Cluster): void; private writeErrorToFile; showErrorsIfAny(): void; private deleteErrorLogFile; } //# sourceMappingURL=ErrorManager.object.d.ts.map