chore: add comment

This commit is contained in:
Lucaskyy 2022-06-21 19:47:03 +02:00
parent f3a3e935a2
commit ee6aff8fe7
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -37,6 +37,8 @@ internal class ZipFileSystemUtils(
}.close()
Files.walk(path).let { fileStream ->
// don't include build directory
// by skipping the root node.
fileStream.skip(1).forEach { filePath ->
val relativePath = filePath.getRelativePath(path)