[Commonizer] Fix: Stats not logged for "native-dist-commonize" CLI task
This commit is contained in:
@@ -136,6 +136,8 @@ internal class NativeDistributionCommonize(options: Collection<Option<*>>) : Tas
|
||||
progressLogger = progressLogger
|
||||
).run()
|
||||
|
||||
statsCollector?.writeTo(FileStatsOutput(destination, statsType.name.toLowerCase()))
|
||||
|
||||
println("$description: Done")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user