Resolve "ASCII export and import for Git" #83
@ -45,7 +45,7 @@ internal static class Program
|
||||
{
|
||||
try
|
||||
{
|
||||
serviceCollection.ImportDataAndAddDatabase(loader.Result.DataFile).ConfigureAwait(false);
|
||||
serviceCollection.ImportDataAndAddDatabase(loader.Result.DataFile).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
}
|
||||
catch (JsonException)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user