We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a78cca commit 1c9a310Copy full SHA for 1c9a310
Sources/Objects2XLSX/Utils/SimpleZip.swift
@@ -294,7 +294,7 @@ public struct SimpleZip: Sendable {
294
private static func collectEntries(from directoryURL: URL) throws -> [Entry] {
295
let fileManager = FileManager.default
296
var entries: [Entry] = []
297
-
+
298
print("🔧 ZIP collectEntries started from: \(directoryURL.path)")
299
300
let enumerator = fileManager.enumerator(
0 commit comments