diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 20:16:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 20:16:24 +0800 |
commit | 39060d44de8faf95ec55e899263abce5f7d058f9 (patch) | |
tree | f36afbd89a08cb567ab545ccbf5d3a104848e230 /test.lua | |
parent | a55e2ef541bc03ec771e3059a940fdb9dac80709 (diff) | |
download | lua-language-server-39060d44de8faf95ec55e899263abce5f7d058f9.zip |
stash
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') |