Skip to content

Commit e6773ab

Browse files
committed
Add test codes
1 parent cbaf76f commit e6773ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ public static async Task<List<Result>> QueryForPluginAsync(PluginPair pair, Quer
319319
}
320320
catch (Exception e)
321321
{
322+
API.LogDebug(ClassName, $"i");
322323
Result r = new()
323324
{
324325
Title = $"{metadata.Name}: Failed to respond!",
@@ -333,6 +334,7 @@ public static async Task<List<Result>> QueryForPluginAsync(PluginPair pair, Quer
333334
};
334335
results.Add(r);
335336
}
337+
API.LogDebug(ClassName, $"j");
336338
return results;
337339
}
338340

0 commit comments

Comments
 (0)