summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-30 17:36:51 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-30 17:36:51 +0800
commit0922958099d34a2512b238dd5bd66fd96335fe80 (patch)
tree60e735e2770b7b77c5740d2c4faacf3a3f9619c0 /test.lua
parent735e2e180ee45dc4bb6e2ac86e5dbdac591e5974 (diff)
downloadlua-language-server-0922958099d34a2512b238dd5bd66fd96335fe80.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 f408d227..3f2cf2cd 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')