fix load library error message

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2025-02-17 11:19:27 +08:00
parent 63e6327654
commit b584d69151
+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