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:
File diff suppressed because one or more lines are too long
@@ -59,7 +59,7 @@ function getLibInfo(libname)
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
return ({});
|
||||
return ([]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user