mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Unindent LoadAllPlugins by converting it to an async function, fixing task wait problems meanwhile (#966)
This commit is contained in:
parent
039dc1b447
commit
c46cb36549
3 changed files with 70 additions and 106 deletions
|
|
@ -376,6 +376,7 @@ namespace Dalamud.Game
|
|||
try
|
||||
{
|
||||
File.WriteAllText(this.cacheFile.FullName, JsonConvert.SerializeObject(this.textCache));
|
||||
Log.Information("Saved cache to {CachePath}", this.cacheFile);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue