[PowerToys Run] Crash on exit, logs (#11509)

This commit is contained in:
Mykhailo Pylyp
2021-05-31 13:00:06 +03:00
committed by GitHub
parent 338b7b8a29
commit 3807673574
3 changed files with 19 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ namespace Wox.Plugin
private void LoadPlugin()
{
var stopWatch = new Stopwatch();
stopWatch.Start();
CreatePluginInstance();
stopWatch.Stop();
Metadata.InitTime += stopWatch.ElapsedMilliseconds;