1
Fork 0

Add todo for bulk move.

This commit is contained in:
Bauke 2023-03-30 16:32:15 +02:00
parent cd6ff1ebf5
commit f17510c9d3
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ async function actionHandler(
continue;
}
// TODO: Move the file.
console.log(filename, destination);
}
}