diff --git a/project/src/utils/ImporterUtil.ts b/project/src/utils/ImporterUtil.ts index d9caa2d8..4329bef9 100644 --- a/project/src/utils/ImporterUtil.ts +++ b/project/src/utils/ImporterUtil.ts @@ -120,7 +120,7 @@ export class ImporterUtil { directoriesToRead.enqueueAll(this.vfs.getDirs(directory).map((d) => `${directory}/${d}`)); } - const progressWriter = new ProgressWriter(filesToProcess.length); + const progressWriter = new ProgressWriter(filesToProcess.length - 1); while (filesToProcess.length !== 0) { const fileNode = filesToProcess.dequeue();