Skip to content

Commit

Permalink
Refactoring bug was fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
ApelSYN committed May 25, 2022
1 parent 81d91f5 commit 30f00aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moderation/app_console/controllers/viaController.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async function split (options) {
checkDirStructure(targetDir,config.via.partDirs,true);

for (let key of config.via.partDirs) {
//console.log(`${partKeys[key]}, ${srcDir}`);
let dataPart = prepareViaPart(data, partKeys[key], srcDir);
moveViaPart(dataPart,srcDir,targetDir,key);
console.log(`moveViaPart for ${key} is done...`)
Expand Down

0 comments on commit 30f00aa

Please sign in to comment.