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

Commit fb5ee01

Browse files
Overriding ProcessName for FindExecTask
1 parent 307d9da commit fb5ee01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/Platform/FindExecTask.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public FindExecTask(string executable, CancellationToken token)
1313
arguments = executable;
1414
}
1515

16+
public override string ProcessName { get { return Name; } }
1617
public override string ProcessArguments { get { return arguments; } }
1718
public override TaskAffinity Affinity { get { return TaskAffinity.Concurrent; } }
1819
}

0 commit comments

Comments
 (0)