mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
rethrow Lumina setup exception
This commit is contained in:
parent
8a516ff6bc
commit
93adea0ac9
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue