mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +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>
7 lines
157 B
Markdown
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".
|