Fix parameter bug under release mode

This commit is contained in:
Jack251970 2024-11-26 19:28:39 +08:00
parent 4bc9e86a27
commit dcea54ab83

View file

@ -64,7 +64,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
throw;
#else
messageBoxExShow(string.Format("Copying path {0} has failed, it will now be deleted for consistency", targetPath));
RemoveFolderIfExists(targetPath);
RemoveFolderIfExists(targetPath, messageBoxExShow);
#endif
}