mirror of https://github.com/sbt/sbt.git
Merge pull request #8399 from azdrojowa123/popOnFailure-order
change the order of FailureWall & PopOnFailure in the reload command
This commit is contained in:
commit
87765c7035
|
|
@ -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