!219 fix load library error message

Merge pull request !219 from liduo/load_library_fix
This commit is contained in:
openharmony_ci
2025-02-17 11:59:52 +00:00
committed by Gitee
+3 -1
View File
@@ -31,7 +31,9 @@ const std::map<uint32_t, ErrorInfo> ERRORS_MAP = {
ERR_TYPE_DEPENDENCY,
"Failed to load the library '%s', %s",
"",
{ "Make sure the library path is correct and has access permissions." },
{ "Make sure the library path is correct and has access permissions.",
"Install the missing third-party dependency libraries displayed in the error information.",
"Adding the path 'openharmony\\previewer\\common\\bin' in your SDK path to environment variables." },
{} } },
// 11203xxx