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: prevent bg analysis from crashing drill end flow
Two fixes:
1. Wrap each chain step in try/catch so a single error doesn't reject
the entire promise chain
2. Don't await the chain when stopping — just signal cancellation and
stop stockfish, then proceed. Awaiting was hanging when a step was
stuck (e.g., Maia ONNX inference or stockfish generator)
Also added more detailed [bg] console logs at each stage.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments