mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
opt
This commit is contained in:
@@ -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']
|
||||
}
|
Reference in New Issue
Block a user