!186 删除编译报错信息中多余的单引号

Merge pull request !186 from liduo/fix_log
This commit is contained in:
openharmony_ci
2024-11-02 10:14:29 +00:00
committed by Gitee
+1 -1
View File
@@ -402,7 +402,7 @@ bool ConfigParser::ParseJsonStringRef(cJSON *parent, const string &key, cJSON *n
cerr << "Error: '" << key << "' value " << value << " invalid value." << NEW_LINE_PATH << filePath_ << endl;
cerr << SOLUTIONS << endl;
cerr << SOLUTIONS_ARROW << "Please check the module.json5/config.json file in the src/main directory of the "
<< GetModuleName() << "' module." << endl;
<< GetModuleName() << " module." << endl;
return false;
}
if (update) {