loader fix

This commit is contained in:
Yuri Kuznetsov
2025-07-10 10:17:05 +03:00
parent 59279344f1
commit 2886cb690f
+7
View File
@@ -774,6 +774,13 @@
return;
}
if (type === 'lib') {
this._dataLoaded[id] = undefined;
this._executeLoadCallback(id, undefined);
return;
}
console.warn(`Could not obtain ${id}.`);
});