mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add in verbose error message and telemetry for SetWindowsHookEx failure (#6454)
* Updated error message when SetWindowsHookEx fails to show correct error message * Added telemetry for exception in SG, FZ and KBM * Rename exception to error
This commit is contained in:
@@ -159,15 +159,6 @@ namespace Microsoft.Plugin.Folder.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please select a folder link.
|
||||
/// </summary>
|
||||
public static string wox_plugin_folder_select_folder_link_warning {
|
||||
get {
|
||||
return ResourceManager.GetString("wox_plugin_folder_select_folder_link_warning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Could not start.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user