Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
monkpow committed Jan 7, 2025
1 parent 7b29406 commit 2f9dce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composition/watchers/subgraphs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ impl SubtaskHandleStream for SubgraphWatchers {
// If we detect additional diffs, start a new subgraph subtask.
// Adding the abort handle to the current collection of handles.
for (subgraph_name, subgraph_config) in diff.added() {
eprintln!("Adding subgraph to session: `{}`", subgraph_name);
let _ = subgraph_handles.add(
subgraph_name,
subgraph_config,
Expand Down

0 comments on commit 2f9dce1

Please sign in to comment.