fix build error

This commit is contained in:
Hongtao Zhang 2025-01-10 13:18:14 -06:00
parent b5c264fbb5
commit 2a1d502aff

View file

@ -138,7 +138,7 @@ namespace Flow.Launcher.Core.Plugin
SetupJsonRPC();
try
{
await RPC.InvokeAsync("reload", context);
await RPC.InvokeAsync("reload", Context);
}
catch (RemoteMethodNotFoundException e)
{