提交 c4536f0d 编写于 作者: Y Yu Kun

fix conflicts


Former-commit-id: d23695bdff018e5c94e92286307c6dc52df8ee93
上级 3f6c9ce7
......@@ -25,7 +25,7 @@ StartSchedulerService() {
try {
server::ConfigNode &config = server::ServerConfig::GetInstance().GetConfig(server::CONFIG_RESOURCE);
if (config.GetSequences().empty() || config.GetChildren().empty()) throw "resource_config null exception";
if (config.GetChildren().empty()) throw "resource_config null exception";
auto resources = config.GetChild(server::CONFIG_RESOURCES).GetChildren();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册