We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
重新加载 Lua 的功能可以成功实现,但在加载后会有个小报错: Lua 环境已关闭。 初始化 Lua 环境... Lua 环境初始化完成。 Error: %!s()
The text was updated successfully, but these errors were encountered:
我知道了。这个只是显示问题,实际上并没有报错。这里是企图把错误信息显示出来,但没有错误信息的时候就会显示这个。以后会改正。
Sorry, something went wrong.
fix: 修复 Lua 初始化的过程中遇到的错误
65f74c4
1, 去掉 reload 时无意义的报错信息,参见 issue #39 2, 防止初始化过程中由于 OnReceive/OnSend 接口尚未提供导致的报错
应该已经解决了。你可以验证一下。 @zhenzh
No branches or pull requests
重新加载 Lua 的功能可以成功实现,但在加载后会有个小报错:
Lua 环境已关闭。
初始化 Lua 环境...
Lua 环境初始化完成。
Error: %!s()
The text was updated successfully, but these errors were encountered: