From 07ddba3c3df1181b3b8bca102416d50b8a72d0a0 Mon Sep 17 00:00:00 2001 From: Sinai Date: Tue, 27 Apr 2021 21:22:21 +1000 Subject: [PATCH] Update ReflectionUtility.cs --- src/Core/ReflectionUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ReflectionUtility.cs b/src/Core/ReflectionUtility.cs index fe1bf43..343f335 100644 --- a/src/Core/ReflectionUtility.cs +++ b/src/Core/ReflectionUtility.cs @@ -306,7 +306,7 @@ namespace UnityExplorer /// The Exception to convert to string. /// Should the inner-most Exception of the stack be used? If false, the Exception you provided will be used directly. /// The exception to string. - public static string ReflectionExToString(this Exception e, bool innerMost = false) + public static string ReflectionExToString(this Exception e, bool innerMost = true) { if (innerMost) {