summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-02 17:20:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-02 17:20:28 +0800
commit9a25855cee5238a870f366a2f9d096142b72cd5a (patch)
treef9d6dff6a4aa6d13109c0c9c3f0b77fcf9c98882 /test.lua
parent0ba04868b6bed5c213cb0f7e3d732ce59bf930f0 (diff)
downloadlua-language-server-9a25855cee5238a870f366a2f9d096142b72cd5a.zip
reslove #460
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 d721be73..47074e5d 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')