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

This commit is contained in:
David Henley
2020-01-07 09:32:25 -06:00
committed by Eric Fleming
parent a382a0f947
commit 0a93e61f03

View File

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