Display progress

This commit is contained in:
こぴなたみぽ 2017-11-07 19:42:29 +09:00 committed by GitHub
parent dab9231fd8
commit 307f0389ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ async function main() {
const iterate = async () => {
if (i == count) return true;
console.log(`${i} / ${count}`);
const doc = (await db.get('drive_files').find({}, { limit: 1, skip: i }))[0]
const res = await migrateToGridFS(doc);
if (!res) {