mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7 lines
182 B
Markdown
7 lines
182 B
Markdown
---
|
|
"tauri": patch
|
|
"api": patch
|
|
---
|
|
|
|
Now `resolve()`, `join()` and `normalize()` from the `path` module, won't throw errors if the path doesn't exist, which matches NodeJS behavior.
|