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)
{