Skip to content

Commit 9aabec6

Browse files
committed
docs: update cli.ts
1 parent 1270cc6 commit 9aabec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Repository } from "../api/git";
1010
const exec = util.promisify(childProcess.exec);
1111

1212
/**
13-
* Run a `git` subcommand and return output.
13+
* Run a `git` subcommand and return result with stdout and stderr available.
1414
*/
1515
function _execute(cwd: string, subcommand: string, options: string[] = []) {
1616
const command = `git ${subcommand} ${options.join(" ")}`;

0 commit comments

Comments
 (0)