Skip to content

Commit 97e61d1

Browse files
committed
more
1 parent f662690 commit 97e61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/com/tschuchort/compiletesting/KotlinJsCompilation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class KotlinJsCompilation : AbstractKotlinCompilation<K2JSCompilerArguments>() {
7878
/**
7979
* Compiled class and resource files that are the final result of the compilation.
8080
*/
81-
val compiledClassAndResourceFiles: List<File> = outputDirectory.listFilesRecursively()
81+
val compiledClassAndResourceFiles: List<File> = outputDirectory.also { println("Checking output directory ${it.path}") }.listFilesRecursively()
8282
}
8383

8484

0 commit comments

Comments
 (0)