diff --git a/YantraJS.Core/Core/JSException.cs b/YantraJS.Core/Core/JSException.cs index a59df5c0..046afe86 100644 --- a/YantraJS.Core/Core/JSException.cs +++ b/YantraJS.Core/Core/JSException.cs @@ -80,6 +80,8 @@ public JSValue JSStackTrace { var sb = new StringBuilder(); + sb.AppendLine(this.Message); + if (trace.Count > 0) { var f = trace[0];