Files
tauri/.changes/fix-path-join-error.md
Kingsword 23b9da75b9 fix path joining behavior where path.join('', 'a') incorrectly returns "/a" instead of "a" (#13313) (#13324)
* fix path joining behavior where path.join('', 'a') incorrectly returns "/a" instead of "a" (#13313)

* Clean up

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
2025-04-27 14:18:27 +08:00

157 B

tauri, @tauri-apps/api
tauri @tauri-apps/api
minor:bug minor:bug

Fixed path joining behavior where path.join('', 'a') incorrectly returns "/a" instead of "a".