Add a debug inspector
This commit is contained in:
parent
b66972e884
commit
c90e9b7fd1
1 changed files with 3 additions and 0 deletions
|
@ -366,6 +366,9 @@ export default function Uploader(props: Props) {
|
|||
setDesktopFilePaths([]);
|
||||
}
|
||||
|
||||
log.debug(() => "Uploader received:");
|
||||
log.debug(() => fileOrPathsToUpload.current);
|
||||
|
||||
fileOrPathsToUpload.current = pruneHiddenFiles(
|
||||
fileOrPathsToUpload.current,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue