diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-02 17:20:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-02 17:20:28 +0800 |
commit | 9a25855cee5238a870f366a2f9d096142b72cd5a (patch) | |
tree | f9d6dff6a4aa6d13109c0c9c3f0b77fcf9c98882 /test.lua | |
parent | 0ba04868b6bed5c213cb0f7e3d732ce59bf930f0 (diff) | |
download | lua-language-server-9a25855cee5238a870f366a2f9d096142b72cd5a.zip |
reslove #460
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') |