Skip to content

Commit

Permalink
Progress tick on negotiation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Feb 5, 2025
1 parent 17b2500 commit 5a74104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unison-cli/src/Unison/Share/SyncV2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ negotiateKnownCausals ::
Cli (Either (SyncError SyncV2.PullError) (Set Hash32))
negotiateKnownCausals unisonShareUrl branchRef hashJwt = do
Cli.Env {authHTTPClient, codebase} <- ask
liftIO $ Text.hPutStrLn IO.stderr $ " 🔎 Identifying missing entities..."
Timing.time "Causal Negotiation" $ do
liftIO . C.runResourceT . runExceptT $ httpStreamCausalDependencies
authHTTPClient
Expand Down

0 comments on commit 5a74104

Please sign in to comment.