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 warn+return for workDir guard in log-commands tests
The workDir extraction from stderr is unreliable in CI (sudo may
buffer/redirect stderr differently), causing the hard assertion
to fail. Use warn+early-return for the workDir guard while keeping
hard assertions for existsSync and entry count when workDir IS
available — no more silently passing nested if-guards.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments