Skip to content

Commit

Permalink
Merge branch 'multi-upload' into upload-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorosty committed Mar 18, 2024
2 parents dbe0906 + 70e9cc6 commit f6a25bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
}

return uploadList;
}
};

const uploadFileAndFolderList = async (list) => {
const files = list.map(({file}) => file).filter((file) => file);
Expand Down Expand Up @@ -402,7 +402,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
dialog('error', error, __('MSG_UPLOAD_ERROR'));
}
d.destroy();
}
};

const uploadBrowserFiles = async (items) => {

Check warning on line 407 in index.js

View workflow job for this annotation

GitHub Actions / Lint tests (node latest)

Expected to return a value at the end of async arrow function
if (!supportsUploadingFolders) {
Expand Down

0 comments on commit f6a25bb

Please sign in to comment.