Closed drewinglis closed 5 years ago
Currently, if a lein monolith each :output ,,, task throws an exception, the exception is not recorded in the task's output file (it is only recorded in the overall output). This starts recording the exception to the task's output file as well.
lein monolith each :output ,,,
Forgot to mention, please add this fix to the CHANGELOG.
Currently, if a
lein monolith each :output ,,,
task throws an exception, the exception is not recorded in the task's output file (it is only recorded in the overall output). This starts recording the exception to the task's output file as well.