You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to the indent increasing with each error produced by the page, even if the error is in a try/catch block.
I think I might fix this by using a callback approach to log the data (passed to the Trace constructor) so the callback can be wrapped in try/finally (with finally removing the indent).
The text was updated successfully, but these errors were encountered:
This leads to the indent increasing with each error produced by the page, even if the error is in a try/catch block.
I think I might fix this by using a callback approach to log the data (passed to the Trace constructor) so the callback can be wrapped in
try
/finally
(withfinally
removing the indent).The text was updated successfully, but these errors were encountered: