mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Fix file analysis object type
This commit is contained in:
@@ -428,8 +428,8 @@ async function getBundleDateSize(ref) {
|
||||
const instanceStore = useInstanceStore();
|
||||
const { currentInstanceWorld, currentInstanceLocation } =
|
||||
storeToRefs(instanceStore);
|
||||
const bundleSizes = [];
|
||||
const bundleJson = [];
|
||||
const bundleSizes = {};
|
||||
const bundleJson = {};
|
||||
for (let i = ref.unityPackages.length - 1; i > -1; i--) {
|
||||
const unityPackage = ref.unityPackages[i];
|
||||
if (!unityPackage) {
|
||||
|
||||
Reference in New Issue
Block a user