修复拼写错误导致的环境初始化问题

This commit is contained in:
lyswhut 2023-11-05 20:49:58 +08:00
parent 56f78ea160
commit 74b8e9579a

View File

@ -1,7 +1,7 @@
'use strict'
globalThis.lx_setup = (key, id, name, description, rawScript) => {
delete globalThis.setup
delete globalThis.lx_setup
const _nativeCall = globalThis.__lx_native_call__
delete globalThis.__lx_native_call__
const set_timeout = globalThis.__lx_native_call__set_timeout