Fix typo
This commit is contained in:
parent
630a7fd1ce
commit
e11ef09e84
@ -26,7 +26,7 @@ export default class ScreenshotRequest {
|
|||||||
public processing_took: number | null = null;
|
public processing_took: number | null = null;
|
||||||
public waiting_took: number | null = null;
|
public waiting_took: number | null = null;
|
||||||
public process: ChildProcessWithoutNullStreams;
|
public process: ChildProcessWithoutNullStreams;
|
||||||
public current_action = "Inicjalizowaine...";
|
public current_action = "Inicjalizowanie...";
|
||||||
|
|
||||||
constructor(public url: string, public domains: string[]) {
|
constructor(public url: string, public domains: string[]) {
|
||||||
q.push(async () => {
|
q.push(async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user