X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/5d7e65b98fa4e766cef5259a0470d6d7555e77a0..118f5c0006f241bc7c03a7741f73b87b92b4e938:/src/final.lisp diff --git a/src/final.lisp b/src/final.lisp index 96d82df..b98acd1 100644 --- a/src/final.lisp +++ b/src/final.lisp @@ -49,7 +49,7 @@ warnings encountered while processing the module." (multiple-value-bind (module nerror nwarning) (count-and-report-errors () (read-module path)) - (when reason + (when (and module reason) (with-open-file (out *debugout-pathname* :direction :output :if-exists :supersede