add more exception info

This commit is contained in:
bao-qian
2016-07-20 02:01:47 +01:00
parent c9f38fef45
commit 206532f195
5 changed files with 49 additions and 41 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Wox.Infrastructure;
using Wox.Infrastructure.Exception;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.UserSettings;
@@ -113,6 +114,7 @@ namespace Wox.Core.Plugin
return new List<PluginPair>();
}
}
Constant.PythonPath = filename;
var plugins = metadatas.Select(metadata => new PluginPair
{
Plugin = new PythonPlugin(filename),