mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add possible exception path too long handling
This commit is contained in:
parent
69f66b7a4b
commit
ad4c9fb4ef
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue