You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the DEBUG envvar produces the following useful snippet:
…
Error encountered performing task 'localrepo' with profile(s): 'base,system,user,provided,dev'
clojure.lang.ExceptionInfo: Suppressed exit {:exit-code 0, :suppress-msg true}
at clojure.core$ex_info.invokeStatic(core.clj:4617)
at clojure.core$ex_info.invoke(core.clj:4617)
at leiningen.core.main$exit.invokeStatic(main.clj:160)
at leiningen.core.main$exit.doInvoke(main.clj:152)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at leiningen.localrepo$c_install_STAR_.invokeStatic(localrepo.clj:121)
…
The documentation of leiningen.core.main/exit says you can rebind *exit-process?* but is it necessary for lein-localrepo to call main/exit itself?
The text was updated successfully, but these errors were encountered:
Setting the
DEBUG
envvar produces the following useful snippet:The documentation of
leiningen.core.main/exit
says you can rebind*exit-process?*
but is it necessary forlein-localrepo
to callmain/exit
itself?The text was updated successfully, but these errors were encountered: