diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-11 17:43:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-11 17:43:35 +0800 |
commit | 82c2bf6ee536ae4cc9524c3920164bd8bdbdad21 (patch) | |
tree | 76b4f1971fdff60e216331be46af6915693a1953 /script/core/searcher.lua | |
parent | 919c4015d4383f1733cd0b718b5a57c98e876ba8 (diff) | |
download | lua-language-server-82c2bf6ee536ae4cc9524c3920164bd8bdbdad21.zip |
footprint effect once
Diffstat (limited to 'script/core/searcher.lua')
-rw-r--r-- | script/core/searcher.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua index feb42223..13e0f621 100644 --- a/script/core/searcher.lua +++ b/script/core/searcher.lua @@ -303,6 +303,7 @@ local function stop(status, msg) else log.warn(msg) if FOOTPRINT then + FOOTPRINT = false log.debug(status.mode) log.debug(tconcat(status.footprint, '\n')) end |