mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Whoops, bugfix
This commit is contained in:
parent
446cacea7e
commit
2ee1c40868
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user