mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Reveal-in-Explorer/Finder rejected ~-prefixed paths because no layer expanded the tilde to the home directory. Expand it in the three path normalization entry points: server validateOpenPath, frontend resolveAbsolute, and Electron normalizeOpenPath. Tilde expansion is platform-aware (~\ only on win32, where backslash is a separator).