Home
last modified time | relevance | path

Searched refs:gitPath (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dwhich.js3 let gitPath variable
5 gitPath = which.sync('git')
14 if (!gitPath || opts.git === false) {
17 return gitPath
Dspawn.js9 const gitPath = whichGit(opts) constant
11 if (gitPath instanceof Error) {
12 return Promise.reject(gitPath)
35 return spawn(gitPath, args, makeOpts(opts))