- fix: logger blocking some files

This commit is contained in:
2025-05-05 21:28:09 +03:00
parent 5c53976cfe
commit 86eeae9a8b
5 changed files with 44 additions and 9 deletions

View File

@@ -216,7 +216,7 @@ public partial class ServerEntryModelView : ViewModelBase
if (Process is null) return;
_processLogger = DebugService.GetLogger(buildInfo.BuildInfo.Build.Hash);
_processLogger = DebugService.GetLogger($"PROCESS_{Process.Id}");
Process.EnableRaisingEvents = true;