Skip to content

Commit

Permalink
fix(nxls): ignore git logs when getting default branch (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Dec 9, 2024
1 parent ab5537c commit cdf9c46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export function getDefaultBranch(workspacePath: string) {
'git symbolic-ref refs/remotes/origin/HEAD',
{
cwd: workspacePath,
stdio: 'pipe',
}
)
.toString()
Expand Down

0 comments on commit cdf9c46

Please sign in to comment.