mirror of https://github.com/sbt/sbt.git
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:
parent
ba8acdd27c
commit
1f269ad604
|
|
@ -893,8 +893,8 @@ object BuiltinCommands {
|
|||
StashOnFailure ::
|
||||
(OnFailure + " " + loadProjectCommand(LoadFailed, arg)) ::
|
||||
loadProjectCommand(LoadProjectImpl, arg) ::
|
||||
PopOnFailure ::
|
||||
State.FailureWall ::
|
||||
PopOnFailure ::
|
||||
Nil
|
||||
|
||||
def loadProject: Command =
|
||||
|
|
|
|||
Loading…
Reference in New Issue