Add todo for bulk move.
This commit is contained in:
parent
cd6ff1ebf5
commit
f17510c9d3
|
@ -38,6 +38,7 @@ async function actionHandler(
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Move the file.
|
||||||
console.log(filename, destination);
|
console.log(filename, destination);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue