mirror of
https://github.com/4sval/FModel.git
synced 2026-03-27 12:15:09 -05:00
last one
This commit is contained in:
parent
eca5f63cc0
commit
d005c0bf07
|
|
@ -175,7 +175,15 @@ namespace FModel.Methods.Assets
|
|||
{
|
||||
FWindow.FCurrentAsset = Path.GetFileName(target);
|
||||
}
|
||||
LoadAsset(target);
|
||||
|
||||
try
|
||||
{
|
||||
LoadAsset(target);
|
||||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
new UpdateMyConsole(ex.Message, CColors.Red, true).Append();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user