mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(rest) onFS: Util.log -> Util.log.bind(Util)
This commit is contained in:
parent
5b2542b623
commit
65ec5ee755
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
|||
var lFiles = Util.parseJSON(pBody),
|
||||
n = lFiles.length,
|
||||
lDir = p.name,
|
||||
log = Util.log,
|
||||
log = Util.log.bind(Util),
|
||||
lAssync = 0;
|
||||
|
||||
function stat(pStat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue