fix(rest) onStat: add var

This commit is contained in:
coderaiser 2014-02-25 03:16:50 -05:00
parent 5573297965
commit cd4f77c3e1

View file

@ -261,7 +261,7 @@
dir = name;
onStat = function(name, error, stat) {
log = Util.log.bind(Util);
var log = Util.log.bind(Util);
++assync;
if (error)