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

This commit is contained in:
Rodrigo Rodriguez 2024-09-16 19:12:58 -03:00
parent f8af6c4bd5
commit ae20d0fa2e

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.