summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-04 20:16:24 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-04 20:16:24 +0800
commit39060d44de8faf95ec55e899263abce5f7d058f9 (patch)
treef36afbd89a08cb567ab545ccbf5d3a104848e230 /test.lua
parenta55e2ef541bc03ec771e3059a940fdb9dac80709 (diff)
downloadlua-language-server-39060d44de8faf95ec55e899263abce5f7d058f9.zip
stash
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 70993a70..5db82874 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')