You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(preflight): use node:timers/promises sleep instead of custom delay
Replace custom delay function with built-in setTimeout from
node:timers/promises (aliased as sleep) for better maintainability
and consistency with Node.js best practices.
0 commit comments