Unindent LoadAllPlugins by converting it to an async function, fixing task wait problems meanwhile (#966)

This commit is contained in:
kizer 2022-08-23 21:03:22 +09:00 committed by GitHub
parent 039dc1b447
commit c46cb36549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 106 deletions

View file

@ -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)
{