Przeglądaj źródła

HackStudio: Continue removing files after failure

Karol Kosek 4 lat temu
rodzic
commit
c66f484bce

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

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