mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-17 16:53:13 +00:00
Fixed error condition bug with getLibInfo()
This commit is contained in:
@@ -59,7 +59,7 @@ function getLibInfo(libname)
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
return ({});
|
||||
return ([]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user