summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-04 21:05:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-04 21:05:57 +0800
commite0040871fb3e62ac51bccfe6e3356548695df97c (patch)
tree407974ff1640ce47daaf7faf9333a264e041948e /test.lua
parent39060d44de8faf95ec55e899263abce5f7d058f9 (diff)
downloadlua-language-server-e0040871fb3e62ac51bccfe6e3356548695df97c.zip
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 5db82874..70993a70 100644
--- a/test.lua
+++ b/test.lua
@@ -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')