Update save-results.js

This commit is contained in:
Aleksandr Statciuk 2022-02-05 07:32:18 +03:00
parent 2aa5766506
commit 219539b70c
7 changed files with 17 additions and 21 deletions

View file

@ -28,7 +28,7 @@ async function loadDatabase() {
}
async function loadResults() {
logger.info('loading results from logs/...')
logger.info('loading results from logs/load-streams...')
const files = await file.list(`${LOGS_PATH}/cluster_*.log`)
for (const filepath of files) {