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