mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-24 19:27:16 +00:00
log exception
This commit is contained in:
parent
b85b3c0bac
commit
6e18f5ba1a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ namespace SanAndreasUnity.UI
|
|||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
Debug.LogException(ex);
|
||||
MessageBox.Show("Error", ex.ToString());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue