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

@@ -142,6 +142,7 @@ namespace Wox.Plugin.Everything
Helper.ValidateDataDirectory(bundledSDKDirectory, sdkDirectory);
var sdkPath = Path.Combine(sdkDirectory, DLL);
Constant.EverythingSDKPath = sdkPath;
LoadLibrary(sdkPath);
}