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

7 lines
157 B
Markdown

---
"tauri": "minor:bug"
"@tauri-apps/api": "minor:bug"
---
Fixed path joining behavior where `path.join('', 'a')` incorrectly returns "/a" instead of "a".