Merge branch 'develop' into formatter

This commit is contained in:
Davidson Gomes
2023-07-26 12:43:37 -03:00
committed by GitHub
3 changed files with 2 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ export class RepositoryBroker {
this.logger.verbose('creating temp dir: ' + tempDir);
fs.mkdirSync(tempDir, { recursive: true });
}
} catch (error) {
this.logger.error(error);
}