diff --git a/lib/server/mellow.js b/lib/server/mellow.js index 90caf50f..aa52d5d6 100644 --- a/lib/server/mellow.js +++ b/lib/server/mellow.js @@ -6,6 +6,8 @@ isWin = process.platform === 'win32', Util = require(DIR + 'util'), + + win = require(DIR_SERVER + 'win'), commander = require(DIR_SERVER + 'commander'); exports.read = read; @@ -19,8 +21,6 @@ } function getRoot(callback) { - var win = require(DIR_SERVER + 'win'); - win.getVolumes(function(error, volumes) { var data = { path : '/',