Kaynağa Gözat

removing silent option

Vallie Joseph 2 yıl önce
ebeveyn
işleme
2c24b08d98
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/git-command-manager.ts

+ 1 - 1
src/git-command-manager.ts

@@ -104,7 +104,7 @@ class GitCommandManager {
       args.push('--branches')
     }
 
-    const output = await this.execGit(args, false, true)
+    const output = await this.execGit(args)
 
     for (let branch of output.stdout.trim().split('\n')) {
       branch = branch.trim()