(projectId: string, args: string[])
| 7 | const execFile = promisify(execFileCallback) |
| 8 | |
| 9 | export async function runGit(projectId: string, args: string[]) { |
| 10 | return runGitWithOptions(projectId, args) |
| 11 | } |
| 12 | |
| 13 | export async function runGitWithOptions( |
| 14 | projectId: string, |
no test coverage detected