Skip to content

Commit

Permalink
Fix to output an error log file in secure downloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Oct 21, 2023
1 parent 259e3e6 commit ffbeda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secure-downloader.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
(uiop:slurp-stream-string
(uiop:process-info-error-output *install-process*))
errout)
(force-output errout)
(error 'qlot-simple-error
:format-control "Qlot secure downloader was unexpectedly terminated.~%See error logs at '~A'."
:format-arguments (list error-log)))))
Expand Down

0 comments on commit ffbeda5

Please sign in to comment.