fix (core.gbapp): Download folder on server azure.

This commit is contained in:
Rodrigo Rodriguez 2024-09-16 19:12:58 -03:00
parent 2f133895e0
commit 01e830595e

View file

@ -471,7 +471,7 @@ export class KBService implements IGBKBService {
const answers = [];
const questions = [];
GBLogEx.info(min, `Processing ${rows.length} rows from ${path.basename(filePath)}...`);
GBLogEx.info(min, `Processing ${rows?.length} rows from ${path.basename(filePath)}...`);
await asyncPromise.eachSeries(rows, async line => {
// Skips the first line.