mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
refactor: 移除自动require功能及相关测试文件
移除auto_require模块及其启动脚本和测试文件 该功能通过修改全局环境实现自动加载库,可能导致不可预期行为
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
-- Load auto_require module to automatically require libraries
|
||||
local success, err = pcall(require, "auto_require")
|
||||
if not success then
|
||||
print("Failed to load auto_require module: " .. tostring(err))
|
||||
end
|
||||
Reference in New Issue
Block a user