Updated install script

This commit is contained in:
mdecimus
2024-04-07 17:20:50 +02:00
parent ab47eab1d9
commit 841b8000c4
34 changed files with 1232 additions and 1555 deletions

View File

@@ -38,6 +38,8 @@ impl Core {
resolver: &'x V,
) -> Option<R> {
if if_block.is_empty() {
tracing::trace!(context = "eval_if", property = if_block.key, result = "");
return None;
}