mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
minor adjustments
This commit is contained in:
@@ -55,7 +55,13 @@ namespace QuickLook
|
||||
var can = false;
|
||||
try
|
||||
{
|
||||
var timer = new Stopwatch();
|
||||
timer.Start();
|
||||
|
||||
can = plugin.CanHandle(path);
|
||||
|
||||
timer.Stop();
|
||||
Debug.WriteLine($"{plugin.GetType()}: {can}, {timer.ElapsedMilliseconds}ms");
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
Reference in New Issue
Block a user