fix(client) parallel -> series: route

This commit is contained in:
coderaiser 2018-08-16 22:26:40 +03:00
parent c054033c54
commit f0a1721069

View file

@ -124,7 +124,7 @@ function CloudCmdProto(DOM) {
* инициализации
*/
this.init = (prefix, config) => {
const func = bind(exec.parallel, [
const func = bind(exec.series, [
initModules,
baseInit,
loadPlugins,