Whoops, bugfix

This commit is contained in:
Bobby Wibowo 2018-12-04 20:35:49 +07:00
parent 446cacea7e
commit 2ee1c40868
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -131,7 +131,7 @@ const start = async () => {
if (!created) { return process.exit(1) }
}
if (config.uploads.cacheIdentifiers) {
if (config.uploads.cacheFileIdentifiers) {
// Cache tree of uploads directory
process.stdout.write('Caching identifiers in uploads directory ...')
const setSize = await new Promise((resolve, reject) => {