*Update dist
This commit is contained in:
parent
e8ead4bb73
commit
b7e337e966
|
@ -89,9 +89,9 @@ export const factory = function (type, module) {
|
||||||
if (typeof prop !== "function") {
|
if (typeof prop !== "function") {
|
||||||
return prop;
|
return prop;
|
||||||
}
|
}
|
||||||
if (desc?.get) {
|
}
|
||||||
return target[property];
|
if (desc?.get) {
|
||||||
}
|
return target[property];
|
||||||
}
|
}
|
||||||
return async (...args) => {
|
return async (...args) => {
|
||||||
await target.loadLibs(module);
|
await target.loadLibs(module);
|
||||||
|
|
Reference in New Issue