Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Dec 6, 2023
1 parent 047553d commit 1994089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ internal static void OnProcessExit()
EventListener.DisposeOnShutdown();
}

s_invokeProcessExitCallback();
s_invokeProcessExitCallback?.Invoke();
}

/// <summary>
Expand Down

0 comments on commit 1994089

Please sign in to comment.