mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix path joining behavior where path.join('', 'a') incorrectly returns "/a" instead of "a" (#13313)
* Clean up
---------
Co-authored-by: Tony <legendmastertony@gmail.com>
157 B
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".