mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 03:06:04 +02:00
Updates to upload check, docs
This commit is contained in:
parent
f9e91987ac
commit
2e10fdfdf5
5 changed files with 39 additions and 20 deletions
|
@ -566,6 +566,12 @@ function scanFile(filePath, options, iterator, cb) {
|
|||
getExistingFileEntriesBySha256(fileEntry.fileSha256, (err, dupeEntries) => {
|
||||
return callback(err, dupeEntries);
|
||||
});
|
||||
},
|
||||
function finished(dupeEntries, callback) {
|
||||
stepInfo.step = 'finished';
|
||||
callIter( () => {
|
||||
return callback(null, dupeEntries);
|
||||
});
|
||||
}
|
||||
],
|
||||
(err, dupeEntries) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue