Skip to content

Commit

Permalink
[Win32ProcessService] FindProcessAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Jul 14, 2024
1 parent ef34a48 commit 2232402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/20-Services/Wtq.Services.Win32/Win32ProcessService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public sealed class Win32ProcessService : IWtqProcessService
return new Win32WtqProcess(await CreateProcessAsync(opts).ConfigureAwait(false));
}

public WtqWindow? FindProcess(WtqAppOptions opts)
public WtqWindow? FindProcessAsync(WtqAppOptions opts)
{
return GetProcesses().FirstOrDefault(p => p.Matches(opts));
}
Expand Down

0 comments on commit 2232402

Please sign in to comment.