fix (core.gbapp): Download folder on server azure.
This commit is contained in:
parent
f8af6c4bd5
commit
ae20d0fa2e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue