[Bug] Unhandled promise rejection in async operation
Resolved 💬 3 comments Opened Dec 18, 2025 by sunderam-tripathi Closed Dec 22, 2025
Bug Description
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error
at bbD (/$bunfs/root/claude:2677:1418)
at bbD (/$bunfs/root/claude:2677:2137)
at <anonymous> (/$bunfs/root/claude:2677:446)
at processTicksAndRejections (unknown:7:39)
Environment Info
- Platform: linux
- Terminal: vscode
- Version: 2.0.72
- Feedback ID:
Errors
[{"error":"Error\n at ny (/$bunfs/root/claude:58:1144)\n at <anonymous> (/$bunfs/root/claude:59:10097)\n at emit (node:events:92:22)\n at endReadableNT (internal:streams/readable:862:50)\n at processTicksAndRejections (native:7:39)\n at request (/$bunfs/root/claude:61:2149)\n at processTicksAndRejections (native:7:39)","timestamp":"2025-12-18T16:11:03.519Z"},{"error":"AbortError: The operation was aborted.\n at unknown\n at abortChildProcess (node:child_process:937:42)\n at onAbortListener2 (node:child_process:35:24)\n at abort (unknown)\n at <anonymous> (/$bunfs/root/claude:4980:14746)","timestamp":"2025-12-18T16:11:06.951Z"},{"error":"Error\n at ny (/$bunfs/root/claude:58:1144)\n at <anonymous> (/$bunfs/root/claude:59:10097)\n at emit (node:events:92:22)\n at endReadableNT (internal:streams/readable:862:50)\n at processTicksAndRejections (native:7:39)\n at request (/$bunfs/root/claude:61:2149)\n at processTicksAndRejections (native:7:39)","timestamp":"2025-12-18T16:11:35.171Z"}]This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗