mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
refactor(route) buildIndex: rm exec
This commit is contained in:
parent
500b778f09
commit
11b7613c52
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
exec(callback, error, data);
|
||||
callback(error, data);
|
||||
});
|
||||
}, function(callback) {
|
||||
minify(PATH_INDEX, 'name', callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue