Skip to content

Commit

Permalink
Also send stackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Jun 7, 2020
1 parent 83d07af commit 056305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/Nodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void OnLogMessage( string condition, string stackTrace, LogType type )
debug( new {
message = condition,
type = type.ToString(),
//stack = stackTrace
stack = stackTrace
});
}
}
Expand Down

0 comments on commit 056305a

Please sign in to comment.