mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
no need to create directory before move
parent
66b007b3fb
commit
ed3c851272
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ async function convert(command, {DOM, CloudCmd}) {
|
|||
if (exitCode)
|
||||
return Dialog.alert(`☝️ Looks like something bad happend. Exit code: ${exitCode}`);
|
||||
|
||||
await IO.createDirectory(`${cwd}/mp3`);
|
||||
await CloudCmd.refresh();
|
||||
|
||||
const names = DOM.getFilenames(CurrentInfo.files);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue