mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +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.
|