mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 12:36:45 -05:00
last one
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user