Skip to content

Commit

Permalink
Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Aug 7, 2023
1 parent 1e2b47e commit 81b2a74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl VersionedContentMap {
bail!("could not find versioned content for path {}", path);
};
// NOTE(alexkirsz) This is necessary to mark the task as active again.
content.node.connect();
Vc::connect(content);
Ok(content)
}
}

0 comments on commit 81b2a74

Please sign in to comment.