Browse Source

HackStudio: Continue removing files after failure

Karol Kosek 4 năm trước cách đây
mục cha
commit
c66f484bce
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
             }
         }
     });