mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-12 14:23:40 +00:00
Fixed error condition bug with getLibInfo()
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -59,7 +59,7 @@ function getLibInfo(libname)
|
|||||||
}
|
}
|
||||||
catch(e)
|
catch(e)
|
||||||
{
|
{
|
||||||
return ({});
|
return ([]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user