mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(server) beforeJoin: exec -> retExec
This commit is contained in:
parent
9b0cdc640e
commit
b9f8f9589d
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
func = Util.exec(callback, names);
|
||||
func = Util.retExec(callback, names);
|
||||
|
||||
Util.ifExec(!config.minify, func, function(callback) {
|
||||
Util.asyncCall(funcs, callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue