mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(client) parallel -> series: route
This commit is contained in:
parent
c054033c54
commit
f0a1721069
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ function CloudCmdProto(DOM) {
|
|||
* инициализации
|
||||
*/
|
||||
this.init = (prefix, config) => {
|
||||
const func = bind(exec.parallel, [
|
||||
const func = bind(exec.series, [
|
||||
initModules,
|
||||
baseInit,
|
||||
loadPlugins,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue