Skip to content

Commit 7b9e582

Browse files
authored
debug
1 parent 7a400af commit 7b9e582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/sb-file-uploader-hoc.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const SBFileUploaderHOC = function (WrappedComponent) {
320320
async readFolderHandleRecursively (folderHandle, zip, path = "") {
321321
for await (const handle of folderHandle.values()) {
322322
const handlePath = `${path}${handle.name}`;
323+
console.debug(handlePath)
323324

324325
if (handle.kind === "file") {
325326
const file = await handle.getFile();

0 commit comments

Comments
 (0)