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 Windows test timeout in custom-system-prompt.spec.ts
- Replace toPosix() call with inline path normalization in mock implementation
- Handle both string and Buffer types for filePath parameter
- Normalize path separators to forward slashes for cross-platform compatibility
- Fixes test timeout issue on Windows CI environment
0 commit comments