mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
chore(delete) rm onStat
This commit is contained in:
parent
0fd1d2a132
commit
1f37dfa553
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
exports.onDelete = onDelete;
|
||||
|
||||
function onDelete(name, files, query, callback) {
|
||||
var i, n, onStat, isDirFunc, onIsDir, dirPath,
|
||||
var i, n, isDirFunc, onIsDir, dirPath,
|
||||
assync = 0,
|
||||
rmFile = fs.unlink.bind(fs),
|
||||
rmDir = fse.remove.bind(fse),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue