Update dependencies

This commit is contained in:
Tatyana Kostromskaya
2023-09-08 14:29:27 +00:00
parent e26febd988
commit ce31408ff5
11 changed files with 1317 additions and 1475 deletions

View File

@@ -631,7 +631,7 @@ class ExecState extends events.EventEmitter {
private delay = 10000 // 10 seconds
private done = false
private options: im.ExecOptions
private timeout: NodeJS.Timer | null = null
private timeout: NodeJS.Timeout | null = null
private toolPath: string
CheckComplete(): void {