Make LlmpEventManager call pre_exec hook (#2333)
This commit is contained in:
parent
e3dd7cf0dc
commit
b2635df524
@ -409,8 +409,10 @@ where
|
||||
+ EvaluatorObservers<E::Observers>
|
||||
+ Evaluator<E, Self>,
|
||||
{
|
||||
if !self.hooks.pre_exec_all(state, client_id, &event)? {
|
||||
return Ok(());
|
||||
}
|
||||
let evt_name = event.name_detailed();
|
||||
|
||||
match event {
|
||||
Event::NewTestcase {
|
||||
input,
|
||||
|
Loading…
x
Reference in New Issue
Block a user