mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(route) readFiles: rm callback
This commit is contained in:
parent
889d66e75a
commit
56cacc5e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
return data;
|
||||
}
|
||||
|
||||
function readFiles(callback) {
|
||||
function readFiles() {
|
||||
var filesList, paths = {};
|
||||
|
||||
filesList = TMPL_PATH.map(function(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue