mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Fixed wrong name logged in Program Plugin (#7244)
Co-authored-by: Roy <royvou@hotmailcom>
This commit is contained in:
parent
d9d328173b
commit
1f1cff3389
@ -56,7 +56,7 @@ namespace Microsoft.Plugin.Program
|
||||
|
||||
var b = Task.Run(() =>
|
||||
{
|
||||
Stopwatch.Normal("|Microsoft.Plugin.Program.Main|Win32Program index cost", _packageRepository.IndexPrograms);
|
||||
Stopwatch.Normal("|Microsoft.Plugin.Program.Main|Package index cost", _packageRepository.IndexPrograms);
|
||||
});
|
||||
|
||||
Task.WaitAll(a, b);
|
||||
|
Loading…
Reference in New Issue
Block a user