📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:23:19
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
lib
/
doctor
📍 /lib/node_modules/npm/lib/doctor
🔄 Refresh
✏️
Editing: get-git-path.js
Read Only
var log = require('npmlog') var which = require('which') function getGitPath (cb) { var tracker = log.newItem('getGitPath', 1) tracker.info('getGitPath', 'Finding git in your PATH') which('git', function (err, path) { tracker.finish() cb(err, path) }) } module.exports = getGitPath
💾 Save Changes
❌ Cancel