no need to create directory before move

coderaiser 2022-08-27 23:19:11 +03:00
parent 66b007b3fb
commit ed3c851272

@ -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);