Skip to content

Commit

Permalink
Update src/NuGet.Clients/NuGet.VisualStudio.Common/Telemetry/TaskExte…
Browse files Browse the repository at this point in the history
…nsions.cs

Co-authored-by: Andy Zivkovic <[email protected]>
  • Loading branch information
jgonz120 and zivkan authored Jan 3, 2025
1 parent be1de4e commit 70913be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void PostOnFailure(this Task task, string callerClassName, [Caller
/// <param name="task"> Joinable task to execute. </param>
/// <param name="callerClassName"> Caller class name. </param>
/// <param name="callerMemberName"> Caller member name. </param>
/// <returns>True, if the task finishes successfully</returns>
/// <returns>True, if the task did now throw an unhandled exception</returns>
public static async Task<bool> PostOnFailureAsync(this Task task, string callerClassName, [CallerMemberName] string callerMemberName = null)
{
var success = true;
Expand Down

0 comments on commit 70913be

Please sign in to comment.