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: resolve API failures being misclassified as user cancellations (#5427)
- Fixed error handling logic in Task.ts to check abort status before calling abortTask()
- Ensures API failures show proper error messages instead of 'API Request Cancelled'
- Addresses issue where all API failures on Windows were incorrectly categorized as user cancellations
0 commit comments