mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +00:00
1.) Fixed base folder bug if single file is passed
2.) Updated db JavaScript object to support compressed records
This commit is contained in:
@@ -54,6 +54,7 @@ function getBaseFolder(val)
|
||||
|
||||
if (val.length == 1)
|
||||
{
|
||||
if (test[0].length == 1) { return (''); }
|
||||
test[0].pop();
|
||||
return (test.join(D) + D);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user