Eric Amodio преди 6 години
родител
ревизия
47a2c1d7d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/git/shell.ts

+ 1
- 1
src/git/shell.ts Целия файл

@ -136,7 +136,7 @@ export function runCommand(command: string, args: any[], options: CommandOptions
reject(new Error(`Command output exceeded the allocated stdout buffer. Set 'options.maxBuffer' to a larger value than ${opts.maxBuffer} bytes`));
}
Logger.warn(`Error(${command} ${args.join(' ')}): (${err.code}) ${stderr}`);
Logger.warn(`Error(${opts.cwd}): ${command} ${args.join(' ')})\n (${err.code}) ${err.message}\n${stderr}`);
reject(err);
}
);

Зареждане…
Отказ
Запис