mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(util) retExec -> exec.ret
This commit is contained in:
parent
58a3a6ff3e
commit
7332c7b325
15 changed files with 38 additions and 38 deletions
|
|
@ -263,7 +263,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
func = Util.retExec(callback, names);
|
||||
func = Util.exec.ret(callback, names);
|
||||
|
||||
Util.exec.if(!config.minify, func, function(callback) {
|
||||
Util.exec.parallel(funcs, callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue