This commit is contained in:
Kuba Orlik 2022-07-15 14:15:38 +02:00
parent 630a7fd1ce
commit e11ef09e84

View File

@ -26,7 +26,7 @@ export default class ScreenshotRequest {
public processing_took: number | null = null;
public waiting_took: number | null = null;
public process: ChildProcessWithoutNullStreams;
public current_action = "Inicjalizowaine...";
public current_action = "Inicjalizowanie...";
constructor(public url: string, public domains: string[]) {
q.push(async () => {