mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(rest) onStat: add var
This commit is contained in:
parent
5573297965
commit
cd4f77c3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue