Browse Source

Rethrow the exception to be caught in Program.cs (#344)

main
David Henley 6 years ago
committed by Eric Fleming
parent
commit
0a93e61f03
  1. 1
      src/Infrastructure/Data/CatalogContextSeed.cs

1
src/Infrastructure/Data/CatalogContextSeed.cs

@ -51,6 +51,7 @@ namespace Microsoft.eShopWeb.Infrastructure.Data
log.LogError(ex.Message);
await SeedAsync(catalogContext, loggerFactory, retryForAvailability);
}
throw;
}
}

Loading…
Cancel
Save