Skip to content

Commit

Permalink
WorkingDirectory can be null (#10997)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 31, 2023
1 parent cf15b75 commit 02b10e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitExtUtils/ExternalOperationException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public ExternalOperationException(
/// <summary>
/// The working directory.
/// </summary>
public string WorkingDirectory { get; }
public string? WorkingDirectory { get; }

/// <summary>
/// The exit code of an executed process.
Expand Down

0 comments on commit 02b10e6

Please sign in to comment.