This commit is contained in:
idranme
2024-08-09 14:26:30 +08:00
parent c5b69561af
commit 6c8d3db3a4
4 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ export interface WrapperConstructor {
NodeIKernelProfileListener?: any
}
export const wrapperApi: WrapperApi = {}
const wrapperApi: WrapperApi = {}
export const wrapperConstructor: WrapperConstructor = {}
@@ -76,5 +76,5 @@ Process.dlopen = function (module, filename, flags = os.constants.dlopen.RTLD_LA
}
export function getSession() {
return wrapperApi.NodeIQQNTWrapperSession
return wrapperApi['NodeIQQNTWrapperSession']
}