this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better errors

authored by

whyrusleeping and committed by
whyrusleeping
349a6f5e 583e0744

+1 -1
+1 -1
repo/stream.go
··· 130 130 131 131 var sc SignedCommit 132 132 if err := cst.Get(ctx, root, &sc); err != nil { 133 - return fmt.Errorf("loading root from blockstore: %w", err) 133 + return fmt.Errorf("loading root (%s) from blockstore: %w", root, err) 134 134 } 135 135 136 136 if sc.Version != ATP_REPO_VERSION && sc.Version != ATP_REPO_VERSION_2 {