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
fix(diff): handle VcsException and log diff before error #51
The `DiffSimplifier` class now includes a logger to capture any errors that occur during the diff calculation process. If an error is thrown, the original diff is logged before the exception is re-thrown, providing more context for debugging purposes.
0 commit comments