This commit is contained in:
calzoneman 2015-10-07 22:19:39 -07:00
parent 7f62e14045
commit 7d35df4f5a
2 changed files with 6 additions and 7 deletions

View file

@ -140,7 +140,7 @@ function migrate(src, dest) {
}).catch(err => {
console.error(`Failed to migrate /r/${name}: ${err.stack}`);
});
});
}, 0);
});
}