mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
DalamudConfiguration.ForceSave should wait for the save task to exit
This commit is contained in:
parent
ce49b0d51f
commit
0db49a5642
1 changed files with 2 additions and 0 deletions
|
|
@ -561,6 +561,8 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
|||
public void ForceSave()
|
||||
{
|
||||
this.Save();
|
||||
this.isSaveQueued = false;
|
||||
this.writeTask?.GetAwaiter().GetResult();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue