Skip to content

Commit 70e9cc6

Browse files
committed
add semicolons
1 parent 8cd353a commit 70e9cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
371371
}
372372

373373
return uploadList;
374-
}
374+
};
375375

376376
const uploadFileAndFolderList = async (list) => {
377377
const files = list.map(({file}) => file).filter((file) => file);
@@ -400,7 +400,7 @@ const vfsActionFactory = (core, proc, win, dialog, state) => {
400400
dialog('error', error, __('MSG_UPLOAD_ERROR'));
401401
}
402402
d.destroy();
403-
}
403+
};
404404

405405
const uploadBrowserFiles = async (items) => {
406406
if (!supportsUploadingFolders) {

0 commit comments

Comments
 (0)