diff --git a/bin/historical_indexer.dart b/bin/historical_indexer.dart index 68f03fc..379b65f 100644 --- a/bin/historical_indexer.dart +++ b/bin/historical_indexer.dart @@ -168,6 +168,7 @@ Future processRepo(String did) async { parts[1], block.cast(), surreal: surreal, + doRethrow: true, ); } }