Commit 3ebbaedd authored by Eric Timmons's avatar Eric Timmons
Browse files

Add a CONTINUE restart to client ASDF integration

parent 8e51bc0e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -135,7 +135,10 @@ recursion."
         (install-without-dependencies-and-reload-config ()
           :report "Attempt to install the system without dependencies and try again."
           :test (lambda (c) (declare (ignore c)) (not (context-bundle-p active-context)))
           (%install t))))
           (%install t))
         (continue ()
           :report "Return control to ASDF, doing nothing."
           nil)))
      ((nil)
       nil))))