ScriptGlue: Added Log.Exception

- Also pushed missing List Editor fix
This commit is contained in:
Simon Lübeß
2024-01-15 01:21:56 +01:00
parent 49db3a28c8
commit ceb4241216
6 changed files with 96 additions and 29 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ public class SerializedObject
}
catch (Exception e)
{
Log.Error(e);
Log.Exception(e);
// Don't attempt to use any other serializer after this error...
return true;
}