Commit 038be3a
committed
fix(qwen): dedupe slug variant root paths on case-insensitive filesystems
On macOS (case-insensitive HFS+), two slug variants differing only in
case resolve to the same projects directory, causing session files to be
read twice and inflating responseCount. Use realpathSync.native to
dedupe resolved root paths before walking.1 parent 93af416 commit 038be3a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
318 | 320 | | |
319 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| |||
0 commit comments