X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=bin%2Fcandle;h=6e01fd49f5386207eb16300653f3f13a6954717c;hp=7e985d676c56b2f01aa83be8ad69e0d1bdf16453;hb=1b2afdb03f56a94a2cd3a127f800706aca5b10ec;hpb=e8e6fda136aeb7ee54d71670d6b9242d0aa132ee diff --git a/bin/candle b/bin/candle index 7e985d6..6e01fd4 100755 --- a/bin/candle +++ b/bin/candle @@ -4,7 +4,9 @@ (require 'asdf) (asdf:initialize-source-registry `(:source-registry (:tree ,(make-pathname :directory (butlast (pathname-directory *load-truename*)))) :INHERIT-CONFIGURATION)) -(asdf:load-system :candle) +(let + ((*error-output* (make-broadcast-stream))) + (asdf:load-system :candle)) (candle-cli:run) ; vim:ft=lisp