Skip to content

refactor: replace Bun.sleep with node timers#15013

Open
thdxr wants to merge 1 commit intodevfrom
refactor/replace-bun-sleep
Open

refactor: replace Bun.sleep with node timers#15013
thdxr wants to merge 1 commit intodevfrom
refactor/replace-bun-sleep

Conversation

@thdxr
Copy link
Contributor

@thdxr thdxr commented Feb 25, 2026

Summary

  • replace Bun.sleep(...) calls with await sleep(...) from node:timers/promises
  • add setTimeout as sleep imports in the affected CLI, plugin, shell, GitHub, and test files
  • keep behavior unchanged while removing the Bun-specific sleep dependency in these paths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant