fix(agent): close run() wrapper calls in replayed hook wiring
This commit is contained in:
parent
408616b34e
commit
728782d369
@ -188,7 +188,7 @@ async fn run_agent_job(
|
||||
vec![],
|
||||
false,
|
||||
None,
|
||||
)
|
||||
))
|
||||
.await
|
||||
}
|
||||
};
|
||||
|
||||
@ -223,7 +223,7 @@ async fn run_heartbeat_worker(config: Config) -> Result<()> {
|
||||
vec![],
|
||||
false,
|
||||
None,
|
||||
)
|
||||
))
|
||||
.await
|
||||
{
|
||||
Ok(output) => {
|
||||
|
||||
@ -926,7 +926,7 @@ async fn main() -> Result<()> {
|
||||
peripheral,
|
||||
interactive,
|
||||
None,
|
||||
)
|
||||
))
|
||||
.await
|
||||
.map(|_| ())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user