Skip to content

Commit

Permalink
Added message on top of stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Aug 28, 2024
1 parent f3886e5 commit 0c21045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YantraJS.Core/Core/JSException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public JSValue JSStackTrace
{
var sb = new StringBuilder();

sb.AppendLine(this.Message);

if (trace.Count > 0)
{
var f = trace[0];
Expand Down

0 comments on commit 0c21045

Please sign in to comment.