mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
去除语法检查告警 (#1973)
* Update loader.lua去除语法检查告警 * Update mysql.lua去除语法检查告警
This commit is contained in:
@@ -25,8 +25,8 @@ if not main then
|
||||
end
|
||||
|
||||
LUA_SERVICE = nil
|
||||
package.path , LUA_PATH = LUA_PATH
|
||||
package.cpath , LUA_CPATH = LUA_CPATH
|
||||
package.path , LUA_PATH = LUA_PATH, nil
|
||||
package.cpath , LUA_CPATH = LUA_CPATH, nil
|
||||
|
||||
local service_path = string.match(pattern, "(.*/)[^/?]+$")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user