*Update dist
This commit is contained in:
parent
fb471accce
commit
c5d761b3ae
|
@ -37,7 +37,7 @@ export class Client {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export async function load(module) {
|
export async function load(module) {
|
||||||
if (callModule !== null && connectModule !== null) {
|
if (callModule && connectModule) {
|
||||||
if (module) {
|
if (module) {
|
||||||
return {
|
return {
|
||||||
callModule: callModule.bind(undefined, module),
|
callModule: callModule.bind(undefined, module),
|
||||||
|
|
Reference in New Issue