change the order of FailureWall & PopOnFailure in the reload command #8389

- it's done to prevent the sbt process from being killed in case of task failure after a load failure has been executed
This commit is contained in:
Aleksandra Zdrojowa 2025-12-04 16:12:11 +01:00
parent ba8acdd27c
commit 1f269ad604
1 changed files with 1 additions and 1 deletions

View File

@ -893,8 +893,8 @@ object BuiltinCommands {
StashOnFailure ::
(OnFailure + " " + loadProjectCommand(LoadFailed, arg)) ::
loadProjectCommand(LoadProjectImpl, arg) ::
PopOnFailure ::
State.FailureWall ::
PopOnFailure ::
Nil
def loadProject: Command =