mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
fix: lifetime err
This commit is contained in:
parent
c493b6328a
commit
95fc8cc813
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ impl Environment {
|
|||
};
|
||||
|
||||
// remove dest folder before extract if exists
|
||||
remove_dir_all(dest_folder).await.ok();
|
||||
remove_dir_all(&dest_folder).await.ok();
|
||||
|
||||
// extract zip file
|
||||
// TODO: sanitize to prevent directory traversal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue