diff --git a/Wox.Plugin/SharedCommands/FilesFolders.cs b/Wox.Plugin/SharedCommands/FilesFolders.cs index 9576ca7aa..28d0176d5 100644 --- a/Wox.Plugin/SharedCommands/FilesFolders.cs +++ b/Wox.Plugin/SharedCommands/FilesFolders.cs @@ -57,12 +57,10 @@ namespace Wox.Plugin.SharedCommands } catch(PathTooLongException e) { - //log and update error message to output #if DEBUG throw; #else - throw;// PRODUCTION LOGGING AND CONTINUE - + return false; #endif }