diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 21:05:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 21:05:57 +0800 |
commit | e0040871fb3e62ac51bccfe6e3356548695df97c (patch) | |
tree | 407974ff1640ce47daaf7faf9333a264e041948e /test.lua | |
parent | 39060d44de8faf95ec55e899263abce5f7d058f9 (diff) | |
download | lua-language-server-e0040871fb3e62ac51bccfe6e3356548695df97c.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') |