mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 02:20:08 +00:00
fix TS error 'Timeout' is not assignable to type 'number'
This commit is contained in:
@@ -73,7 +73,7 @@ export class LGraph {
|
||||
last_update_time: number
|
||||
starttime: number
|
||||
catch_errors: boolean
|
||||
execution_timer_id: number | null
|
||||
execution_timer_id: number | ReturnType<typeof setTimeout> | null
|
||||
errors_in_execution: boolean
|
||||
execution_time: number
|
||||
_last_trigger_time?: number
|
||||
|
||||
Reference in New Issue
Block a user