mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
* fix(core/path): remove suffix in `basename` only once closes #9064 * Update tooling/api/src/path.ts * remove extra assert --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
7 lines
174 B
Markdown
7 lines
174 B
Markdown
---
|
|
'tauri': 'patch:bug'
|
|
'@tauri-apps/api': patch:bug
|
|
---
|
|
|
|
Fix `basename(path, 'ext')` JS API when removing all occurances of `ext` where it should only remove the last one.
|