diff --git a/lib/server/commander.js b/lib/server/commander.js index 7495cca5..6e53e42a 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -67,7 +67,7 @@ stats : stats, }; - fs.stat(name, onStat.bind(null, fileParams)); + fs.lstat(name, onStat.bind(null, fileParams)); } else fillJSON(filesData);