We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcf22e commit 0077856Copy full SHA for 0077856
Plugins/Flow.Launcher.Plugin.Explorer/Helper/RenameThing.cs
@@ -87,7 +87,7 @@ public static void Rename(string NewFileName, FileSystemInfo oldInfo, IPublicAPI
87
return;
88
case ElementAlreadyExistsException:
89
api.ShowMsgError(string.Format(api.GetTranslation("plugin_explorer_element_already_exists"), NewFileName));
90
- break;
+ return;
91
default:
92
string msg = exception.Message;
93
if (!string.IsNullOrEmpty(msg))
0 commit comments