git: init

This commit is contained in:
Joao Moreno
2017-08-23 16:12:46 +02:00
parent df2143f533
commit bcf2f1dabb
3 changed files with 26 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ export class Model {
}
@sequentialize
private async tryOpenRepository(path: string): Promise<void> {
async tryOpenRepository(path: string): Promise<void> {
const repository = this.getRepository(path);
if (repository) {