mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
Output raw message on failure
This commit is contained in:
parent
18a0a791fd
commit
fc3eb08452
@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user