diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-30 17:36:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-30 17:36:51 +0800 |
commit | 0922958099d34a2512b238dd5bd66fd96335fe80 (patch) | |
tree | 60e735e2770b7b77c5740d2c4faacf3a3f9619c0 /test.lua | |
parent | 735e2e180ee45dc4bb6e2ac86e5dbdac591e5974 (diff) | |
download | lua-language-server-0922958099d34a2512b238dd5bd66fd96335fe80.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ local fs = require 'bee.filesystem' ROOT = fs.path(rootPath) TEST = true DEVELOP = true ---FOOTPRINT = true +FOOTPRINT = true --TRACE = true LOGPATH = LOGPATH or (ROOT .. '/log') METAPATH = METAPATH or (ROOT .. '/meta') |