fix(core): update

This commit is contained in:
2020-08-15 13:46:56 +00:00
parent 98d1f8aea2
commit 90f57bee1a
5 changed files with 10821 additions and 907 deletions

View File

@ -39,7 +39,7 @@ export class GitRepo {
/**
* lists remotes
*/
public async listRemotes(): Promise<string[]> {
public async listRemotes(): Promise<plugins.nodegit.Remote[]> {
return this.nodegitRepo.getRemotes();
}