Merge pull request #8399 from azdrojowa123/popOnFailure-order

change the order of FailureWall & PopOnFailure in the reload command
This commit is contained in:
eugene yokota 2025-12-04 21:10:12 -05:00 committed by GitHub
commit 87765c7035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 =