mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01: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>
174 B
174 B
tauri, @tauri-apps/api
| tauri | @tauri-apps/api |
|---|---|
| patch:bug | patch:bug |
Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.