mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Output raw message on failure
This commit is contained in:
@ -38,7 +38,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.Add("Processing IPC message failed!", exception: ex);
|
||||
logger.Add($"Processing IPC message failed: {msg.Value}", exception: ex);
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user