Преглед изворни кода

Removes extra logging

main
Eric Amodio пре 6 година
родитељ
комит
49703f572c
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(${opts.cwd}): ${command} ${args.join(' ')})\n (${err.code}) ${err.message}\n${stderr}`);
// Logger.warn(`Error(${opts.cwd}): ${command} ${args.join(' ')})\n (${err.code}) ${err.message}\n${stderr}`);
reject(err);
}
);

Loading…
Откажи
Сачувај