Fix #62
This commit is contained in:
parent
71bbc4c14d
commit
29f9f28e4c
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ class PasswordStore {
|
||||||
}
|
}
|
||||||
|
|
||||||
func getRecentCommits(count: Int) -> [GTCommit] {
|
func getRecentCommits(count: Int) -> [GTCommit] {
|
||||||
|
guard storeRepository != nil else {
|
||||||
|
return []
|
||||||
|
}
|
||||||
var commits = [GTCommit]()
|
var commits = [GTCommit]()
|
||||||
do {
|
do {
|
||||||
let enumerator = try GTEnumerator(repository: storeRepository!)
|
let enumerator = try GTEnumerator(repository: storeRepository!)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue