We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c0cef commit 5cec313Copy full SHA for 5cec313
1 file changed
src/config.cpp
@@ -38,7 +38,7 @@ namespace hcpp
38
spdlog::error("{} : {}", config_path, j.get_errors());
39
throw std::runtime_error("解析config出错");
40
}
41
- // BUG https://github.com/dayu521/lsf/issues/5
+ // https://github.com/dayu521/lsf/issues/5
42
lsf::json_to_struct_ignore_absence(*res, cs_);
43
44
// 主机映射配置文件
0 commit comments