mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
379cc2b354
* 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 |
---|---|
patch:bug | patch:bug |
Fix basename(path, 'ext')
JS API when removing all occurances of ext
where it should only remove the last one.