refactor(mellow) commander -> flop

This commit is contained in:
coderaiser 2014-06-27 11:09:18 -04:00
parent 251c57874a
commit e5c45f1225

View file

@ -9,7 +9,7 @@
win = require(DIR_SERVER + 'win'),
format = require(DIR_SERVER + 'format'),
commander = require(DIR_SERVER + 'commander');
flop = require(DIR_SERVER + 'flop');
exports.read = read;
exports.convertPath = convertPath;
@ -18,7 +18,7 @@
if (isWin && path === '/')
getRoot(callback);
else
commander.getDirContent(path, callback);
flop.read(path, callback);
}
function getRoot(callback) {