Skip to content

Commit

Permalink
Update GitCommandManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Sep 7, 2024
1 parent 0d7781e commit 0e2db90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitCommandManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class GitCommandManager {
exitCode?: boolean,
patterns?: string[]
}): Promise<string> {
console.assert(this.gitPath)
const lsRemoteCommand = new GitLsRemoteCommand(this.gitPath, options)
return lsRemoteCommand.execute()
}
Expand Down

0 comments on commit 0e2db90

Please sign in to comment.