mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:27:22 +01:00
don't throw on ipc
This commit is contained in:
parent
9c324bc983
commit
694a88931a
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ public class IpcProvider : IHostedService, IMediatorSubscriber
|
|||
var expectedLength = _mareCharaFileManager.LoadMareCharaFile(path);
|
||||
await _mareCharaFileManager.ApplyMareCharaFile(target, expectedLength).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, "Failure of IPC call");
|
||||
}
|
||||
finally
|
||||
{
|
||||
_mareCharaFileManager.ClearMareCharaFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue