Skip to content

Commit 1aa3b30

Browse files
committed
added console error when not able to open repo
1 parent 51a4153 commit 1aa3b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Model.prototype.tryOpenRepository = async function(path) {
3232

3333
this.open(repository);
3434
} catch (err) {
35+
console.error(err);
3536
return;
3637
}
3738
};

0 commit comments

Comments
 (0)