feature(commander) readDir: stat -> lstat

This commit is contained in:
coderaiser 2014-04-23 03:11:03 -04:00
parent 1e4b8fdf6a
commit 059e7759e2

View file

@ -67,7 +67,7 @@
stats : stats,
};
fs.stat(name, onStat.bind(null, fileParams));
fs.lstat(name, onStat.bind(null, fileParams));
}
else
fillJSON(filesData);