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(ci): make vite_task_server integration tests use platform-specific abs paths
On Windows, forward-slash paths without a drive letter (`/tmp/x.txt`)
are RELATIVE, so the client's `resolve_path` joined them with the cwd
(`D:\...\tmp\x.txt`) and the server-side assertion blew up. Use
`/tmp/` on unix and `C:\tmp\` on windows so the paths are absolute on
each platform and reach the server unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments