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
Tests hardcoded `linux64` or `win64` subdirectory names, so
`findCftExecutable` only hit the fast path on that one platform and
silently fell through to the walk fallback elsewhere. Use
`detectCftPlatform().platform` so the fast path is exercised on every OS.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments