fix once again

This commit is contained in:
C10udburst 2022-08-19 15:31:05 +02:00
parent e46204f939
commit 26c1af5710
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ fun registerTasks(project: Project) {
try {
extension.fileSize = task.outputs.files.singleFile.length()
}
catch(Exception e) {
catch(e: Throwable) {
extension.fileSize = -1L
}
task.logger.lifecycle("Made Cloudstream package at ${task.outputs.files.singleFile}")