mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The requestWorkingTreeWatch tests assumed macOS/Windows behavior where recursive fs.watch is attempted. On Linux, the service uses per-directory watchers instead, so recursive is never tried.