rethrow Lumina setup exception

This commit is contained in:
goat 2024-04-21 17:12:46 +02:00
parent 8a516ff6bc
commit 93adea0ac9

View file

@ -103,7 +103,8 @@ internal sealed class DataManager : IInternalDisposableService, IDataManager
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Error(ex, "Could not download data."); Log.Error(ex, "Could not initialize Lumina");
throw;
} }
} }