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
fix: use singleton readline interface for stdin prompts
Replace broken Bun.stdin.stream() approach with a singleton readline
interface. The previous implementation created a new stream reader on
each call, which could fail on subsequent prompts due to stream state
issues.
0 commit comments