fix TS error 'Timeout' is not assignable to type 'number'

This commit is contained in:
dmx
2024-11-03 10:00:38 +04:00
parent c8bac1aa40
commit 78426148ac

View File

@@ -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