HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/git-node-fs/mixins/
Upload File :
Current File : //proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/git-node-fs/mixins/fs-db.js
var fsDb = require('js-git/mixins/fs-db');
var nodeFs = require('../lib/node-fs');

module.exports = function (repo, rootPath) {
  repo.rootPath = rootPath;
  fsDb(repo, nodeFs);
};