Skip to content

Commit

Permalink
fix blocks in filewatcher (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuyJonathan authored Jan 8, 2025
1 parent ac20acc commit 206c566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/framework-cli/src/framework/core/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ pub async fn execute_online_change(
.await
.map_err(Box::new)?;

processes::execute_leader_changes(process_registries, &plan.changes.processes_changes).await?;
processes::execute_changes(
sync_processes_registry,
process_registries,
Expand Down

0 comments on commit 206c566

Please sign in to comment.