Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 930d62b

Browse files
Adding comment to help future programmers
1 parent 44116a2 commit 930d62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/OutputProcessors/ProcessManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public T Configure<T>(T processTask, bool withInput = false) where T : IProcess
3333
public T Configure<T>(T processTask, string executableFileName, string arguments, NPath workingDirectory = null, bool withInput = false)
3434
where T : IProcess
3535
{
36+
//If this null check fails, be sure you called Configure() on your task
3637
Guard.ArgumentNotNull(executableFileName, nameof(executableFileName));
3738

3839
var startInfo = new ProcessStartInfo

0 commit comments

Comments
 (0)