formatting
This commit is contained in:
parent
805b174a6e
commit
4ae5e43b1a
@ -360,7 +360,10 @@ export class GitCommandManager {
|
|||||||
return stdout
|
return stdout
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(args: string[], { encoding = 'utf8', allowAllExitCodes = false }: ExecOpts = {}): Promise<GitOutput> {
|
async exec(
|
||||||
|
args: string[],
|
||||||
|
{encoding = 'utf8', allowAllExitCodes = false}: ExecOpts = {}
|
||||||
|
): Promise<GitOutput> {
|
||||||
const result = new GitOutput()
|
const result = new GitOutput()
|
||||||
|
|
||||||
const env = {}
|
const env = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user