mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
130ce433f4
commit
9adc0778a9
1 changed files with 1 additions and 3 deletions
|
|
@ -15,9 +15,7 @@ module.exports = (items) => {
|
|||
if (items.length)
|
||||
Images.show('top');
|
||||
|
||||
const entries = Array.from(items).map((item) => {
|
||||
return item.webkitGetAsEntry();
|
||||
});
|
||||
const entries = Array.from(items).map((item) => item.webkitGetAsEntry());
|
||||
|
||||
const dirPath = getPathWhenRootEmpty();
|
||||
const path = dirPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue