Skip to content

Commit

Permalink
Resolve implicit merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Nov 2, 2024
1 parent 3a64bfa commit 9c8ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KSCrashRecording/Monitors/KSCrashMonitor_User.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void kscm_reportUserException(const char *name, const char *reason, const char *
context.userException.lineOfCode = lineOfCode;
context.userException.customStackTrace = stackTrace;
context.stackCursor = &stackCursor;
context.currentSnapshotUserReported = true;
context.isUserReported = true;

kscm_handleException(&context);

Expand Down

0 comments on commit 9c8ff6f

Please sign in to comment.