diff --git a/src/LGraph.ts b/src/LGraph.ts index 96bd95079..2f3140a2d 100644 --- a/src/LGraph.ts +++ b/src/LGraph.ts @@ -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 | null errors_in_execution: boolean execution_time: number _last_trigger_time?: number