浏览代码

HackStudio: Continue removing files after failure

Karol Kosek 4 年之前
父节点
当前提交
c66f484bce
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
             }
         }
     });