There was an error while loading. Please reload this page.
1 parent 72106c7 commit b61fb5dCopy full SHA for b61fb5d
AspNetRunBasic/Data/AspnetRunContextSeed.cs
@@ -40,7 +40,7 @@ public static async Task SeedAsync(AspnetRunContext aspnetrunContext, ILoggerFac
40
log.LogError(exception.Message);
41
await SeedAsync(aspnetrunContext, loggerFactory, retryForAvailability);
42
}
43
- throw new Exception();
+ throw;
44
45
46
0 commit comments