diff --git a/I18N Commander/UI WinForms/Program.cs b/I18N Commander/UI WinForms/Program.cs index 2a1296f..f7e25a5 100644 --- a/I18N Commander/UI WinForms/Program.cs +++ b/I18N Commander/UI WinForms/Program.cs @@ -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) {