Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Rethrow the exception to be caught in Program.cs (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Henley authored and efleming18 committed Jan 7, 2020
1 parent a382a0f commit 0a93e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Infrastructure/Data/CatalogContextSeed.cs
Expand Up @@ -51,6 +51,7 @@ public class CatalogContextSeed
log.LogError(ex.Message);
await SeedAsync(catalogContext, loggerFactory, retryForAvailability);
}
throw;
}
}

Expand Down

0 comments on commit 0a93e61

Please sign in to comment.