This commit is contained in:
Robin Appelman 2025-06-21 15:30:26 +02:00
commit f0efae82b1

View file

@ -33,7 +33,6 @@ pub fn prefetch(manifest: &ManifestInput, file_list: &[String]) -> Result<String
.iter() .iter()
.map(|filter| serde_json::to_string(filter).unwrap_or_default()) .map(|filter| serde_json::to_string(filter).unwrap_or_default())
.join(" "); .join(" ");
dbg!(&file_list_nix);
let expression = EXPRESSION_TEMPLATE let expression = EXPRESSION_TEMPLATE
.replace("APP_ID", &manifest.app_id.to_string()) .replace("APP_ID", &manifest.app_id.to_string())