1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 13:23:41 +00:00

Fixed error condition bug with getLibInfo()

This commit is contained in:
Bryan Roe
2021-01-28 18:45:52 -08:00
parent acad58b731
commit ed42d06b4f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -59,7 +59,7 @@ function getLibInfo(libname)
}
catch(e)
{
return ({});
return ([]);
}
}