🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:24:13 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
doctor
📍 /opt/alt/alt-nodejs8/root/usr/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