We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20af3c commit 28109a6Copy full SHA for 28109a6
apps/sim/executor/handlers/wait/wait-handler.ts
@@ -19,6 +19,7 @@ const sleep = async (ms: number, options: SleepOptions = {}): Promise<boolean> =
19
}
20
21
return new Promise((resolve) => {
22
+ // biome-ignore lint/style/useConst: needs to be declared before cleanup() but assigned later
23
let mainTimeoutId: NodeJS.Timeout | undefined
24
let checkIntervalId: NodeJS.Timeout | undefined
25
let resolved = false
0 commit comments