onyx-tasks/apps
Claude ac72955d23
fix: correct operator precedence in Windows path validation
The condition `len <= 3 && ends_with(":\\") || ends_with(":")` was
missing parentheses, causing the second ends_with check to run
regardless of path length due to && binding tighter than ||.

https://claude.ai/code/session_013ooJht2HrZUTXgNJFU79cV
2026-04-16 07:21:16 +00:00
..
tauri fix: correct operator precedence in Windows path validation 2026-04-16 07:21:16 +00:00