fixing cicd formatting code
This commit is contained in:
@@ -189,7 +189,11 @@ impl DynamicYaraEngine {
|
|||||||
log::error!("Failed to compile {}: {}", rule_file.display(), e);
|
log::error!("Failed to compile {}: {}", rule_file.display(), e);
|
||||||
// Don't continue - compiler was consumed, return with error
|
// Don't continue - compiler was consumed, return with error
|
||||||
return Err(GhostError::Configuration {
|
return Err(GhostError::Configuration {
|
||||||
message: format!("Failed to compile {}: {}", rule_file.display(), e),
|
message: format!(
|
||||||
|
"Failed to compile {}: {}",
|
||||||
|
rule_file.display(),
|
||||||
|
e
|
||||||
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user