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
3aa09f9f04
commit
8cb0c42901
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ namespace SanAndreasUnity.UI
|
|||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
Debug.LogException(ex);
|
||||
MessageBox.Show("Error", ex.ToString());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue