diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 02:22:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 02:22:30 +0800 |
commit | 05fc6b11b399f3024679d9ca9226b00cc193ae86 (patch) | |
tree | bd4b6e04b670cc58baad042dfabf146d2e44dfd2 /script | |
parent | c481991fee74022dd261fab3bd5f07f472b9f9ac (diff) | |
download | lua-language-server-05fc6b11b399f3024679d9ca9226b00cc193ae86.zip |
update doc
Diffstat (limited to 'script')
-rw-r--r-- | script/provider/markdown.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/provider/markdown.lua b/script/provider/markdown.lua index de24e314..653ae135 100644 --- a/script/provider/markdown.lua +++ b/script/provider/markdown.lua @@ -15,7 +15,6 @@ function mt:add(language, text) if not text then return self end - assert(type(text) == 'string') self._cacheResult = nil if type(text) == 'table' then self[#self+1] = { |