summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index 11bf17c9..d9f8b957 100644
--- a/test.lua
+++ b/test.lua
@@ -16,6 +16,7 @@ METAPATH = METAPATH or (ROOT .. '/meta')
collectgarbage 'generational'
+---@diagnostic disable-next-line: lowercase-global
log = require 'log'
log.init(ROOT, ROOT / 'log' / 'test.log')
log.debug('测试开始')