fix: fixed error return bug

This commit is contained in:
Davidson Gomes
2023-07-27 08:36:18 -03:00
parent 7ef1c097e8
commit 127d5b97c4
6 changed files with 20 additions and 44 deletions

View File

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