Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/utils/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/utils/link.js |
module.exports = link var gentleFS = require('gentle-fs') var gentleFSOpts = require('../config/gentle-fs.js') function link (from, to, gently, abs, cb) { return gentleFS.link(from, to, gentleFSOpts(gently, undefined, abs), cb) }