Pārlūkot izejas kodu

HackStudio: Continue removing files after failure

Karol Kosek 4 gadi atpakaļ
vecāks
revīzija
c66f484bce
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      Userland/DevTools/HackStudio/HackStudioWidget.cpp

+ 0 - 1
Userland/DevTools/HackStudio/HackStudioWidget.cpp

@@ -469,7 +469,6 @@ NonnullRefPtr<GUI::Action> HackStudioWidget::create_delete_action()
                         "Removal failed",
                         GUI::MessageBox::Type::Error);
                 }
-                break;
             }
         }
     });