Pārlūkot izejas kodu

Adds logging for git location

main
Eric Amodio pirms 8 gadiem
vecāks
revīzija
e31a1a3473
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      src/git/git.ts

+ 1
- 0
src/git/git.ts Parādīt failu

@ -56,6 +56,7 @@ export default class Git {
static async repoPath(cwd: string, gitPath?: string) {
git = await findGitPath(gitPath);
Logger.log(`Git found: ${git.version} @ ${git.path === 'git' ? 'PATH' : git.path}`);
let data = await gitCommand(cwd, 'rev-parse', '--show-toplevel');
data = data.replace(/\r?\n|\r/g, '').replace(/\\/g, '/');

Notiek ielāde…
Atcelt
Saglabāt