mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
remove useless comments
parent
52c6ddc90f
commit
07415520de
1 changed files with 2 additions and 4 deletions
|
|
@ -47,11 +47,9 @@ module.exports = {
|
|||
const mp3Dir = `${dirPath}mp3`;
|
||||
const mp3Names = names.filter(isMp3);
|
||||
|
||||
// create mp3 directory
|
||||
await IO.createDirectory(mp3Dir);
|
||||
|
||||
// move *.mp3 files to mp3 directory
|
||||
await IO.createDirectory(mp3Dir);
|
||||
await IO.move(dirPath, mp3Dir, mp3Names);
|
||||
|
||||
await CloudCmd.refresh();
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue