formatting
This commit is contained in:
parent
744c8ceb5d
commit
8a55f622b6
4 changed files with 62 additions and 40 deletions
|
|
@ -173,7 +173,7 @@ export class GitCommandManager {
|
|||
}
|
||||
args.push(ref)
|
||||
const output = await this.exec(args)
|
||||
return output.stdout.split("\n").filter((filename) => filename != '')
|
||||
return output.stdout.split('\n').filter(filename => filename != '')
|
||||
}
|
||||
|
||||
async isDirty(untracked: boolean, pathspec?: string[]): Promise<boolean> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue