mirror of
https://github.com/typst/typst
synced 2025-08-14 23:18:32 +08:00
Rename generated name for extracted_package_dir
This commit is contained in:
parent
cd2b2a0262
commit
91def23743
@ -198,7 +198,7 @@ impl PackageStorage {
|
||||
//
|
||||
// To avoid name clashing we use PRNG to get unique directory name.
|
||||
let extracted_package_dir = package_base_dir.join(format!(
|
||||
".cache-{}-{}-{}",
|
||||
".tmp-{}-{}-{}",
|
||||
spec.name,
|
||||
spec.version,
|
||||
rand::random::<u32>()
|
||||
|
Loading…
x
Reference in New Issue
Block a user