Add a debug inspector

This commit is contained in:
Manav Rathi 2024-04-28 13:26:43 +05:30
parent b66972e884
commit c90e9b7fd1
No known key found for this signature in database

View file

@ -366,6 +366,9 @@ export default function Uploader(props: Props) {
setDesktopFilePaths([]);
}
log.debug(() => "Uploader received:");
log.debug(() => fileOrPathsToUpload.current);
fileOrPathsToUpload.current = pruneHiddenFiles(
fileOrPathsToUpload.current,
);